[Goodies-commits] r5175 - xfce4-clipman-plugin/branches/mmassonnet/clipman-settings

Mike Massonnet mmassonnet at xfce.org
Tue Jul 29 20:04:13 CEST 2008


Author: mmassonnet
Date: 2008-07-29 18:04:13 +0000 (Tue, 29 Jul 2008)
New Revision: 5175

Modified:
   xfce4-clipman-plugin/branches/mmassonnet/clipman-settings/main.c
Log:
Ooops.

Modified: xfce4-clipman-plugin/branches/mmassonnet/clipman-settings/main.c
===================================================================
--- xfce4-clipman-plugin/branches/mmassonnet/clipman-settings/main.c	2008-07-29 18:01:26 UTC (rev 5174)
+++ xfce4-clipman-plugin/branches/mmassonnet/clipman-settings/main.c	2008-07-29 18:04:13 UTC (rev 5175)
@@ -247,12 +247,12 @@
 gint
 main (gint argc, gchar *argv[])
 {
-  dialog = gtk_message_dialog_new_with_markup (NULL,
-                                               GTK_DIALOG_MODAL,
-                                               GTK_MESSAGE_ERROR,
-                                               GTK_BUTTONS_CLOSE,
-                                               _("<b>No support for Xfconf</b>"),
-                                               NULL);
+  GtkWidget *dialog = gtk_message_dialog_new_with_markup (NULL,
+                                                          GTK_DIALOG_MODAL,
+                                                          GTK_MESSAGE_ERROR,
+                                                          GTK_BUTTONS_CLOSE,
+                                                          _("<b>No support for Xfconf</b>"),
+                                                          NULL);
   gtk_message_dialog_format_secondary_text (GTK_MESSAGE_DIALOG (dialog),
                                             _("The clipman plugin wasn't compiled with the settings dialog. You need to install xfconf and run the configure script with the flag --enable-settings-dialog."),
                                             NULL);




More information about the Goodies-commits mailing list