[Goodies-commits] r7402 - in xfce4-screenshooter/trunk: . lib

Jerome Guelfucci jeromeg at xfce.org
Sun May 24 00:09:40 CEST 2009


Author: jeromeg
Date: 2009-05-23 22:09:40 +0000 (Sat, 23 May 2009)
New Revision: 7402

Modified:
   xfce4-screenshooter/trunk/ChangeLog
   xfce4-screenshooter/trunk/TODO
   xfce4-screenshooter/trunk/lib/screenshooter-utils.c
Log:
Use a valid dialog flag for the GtkMessageDialog.


Modified: xfce4-screenshooter/trunk/ChangeLog
===================================================================
--- xfce4-screenshooter/trunk/ChangeLog	2009-05-23 22:06:30 UTC (rev 7401)
+++ xfce4-screenshooter/trunk/ChangeLog	2009-05-23 22:09:40 UTC (rev 7402)
@@ -1,3 +1,7 @@
+2009-05-24 jeromeg
+
+Use a valid dialog flag for the GtkMessageDialog.
+
 2009-05-23 jeromeg
 
 Fix the build of the ZimageZ stuff and improve the results dialog.

Modified: xfce4-screenshooter/trunk/TODO
===================================================================
--- xfce4-screenshooter/trunk/TODO	2009-05-23 22:06:30 UTC (rev 7401)
+++ xfce4-screenshooter/trunk/TODO	2009-05-23 22:09:40 UTC (rev 7402)
@@ -8,7 +8,6 @@
 
 * the Zimagez code needs a lot of error checking.
 * Fix last user.
-* Improve the results dialog with a text area and URL in tooltips.
 * Add a pulsy progress bar for the zimagez upload.
 * Update the documentation.
 * Check for leaks.

Modified: xfce4-screenshooter/trunk/lib/screenshooter-utils.c
===================================================================
--- xfce4-screenshooter/trunk/lib/screenshooter-utils.c	2009-05-23 22:06:30 UTC (rev 7401)
+++ xfce4-screenshooter/trunk/lib/screenshooter-utils.c	2009-05-23 22:09:40 UTC (rev 7402)
@@ -271,7 +271,7 @@
   va_end (va_args);
 
   dialog =
-    gtk_message_dialog_new (NULL, GTK_DIALOG_NO_SEPARATOR, GTK_MESSAGE_ERROR,
+    gtk_message_dialog_new (NULL, GTK_DIALOG_MODAL, GTK_MESSAGE_ERROR,
                             GTK_BUTTONS_OK, "%s", message);
 
   gtk_dialog_run (GTK_DIALOG (dialog));




More information about the Goodies-commits mailing list