Author: post
Date: 2010-08-08 17:05:55 +0200 (Sun, 08 Aug 2010)
New Revision: 3488

Modified:
   trunk/src/gtk-interface.c
Log:
Make notifications be shown 5 seconds in the statuc bar instead of 3.

Modified: trunk/src/gtk-interface.c
===================================================================
--- trunk/src/gtk-interface.c   2010-08-08 14:49:36 UTC (rev 3487)
+++ trunk/src/gtk-interface.c   2010-08-08 15:05:55 UTC (rev 3488)
@@ -119,7 +119,7 @@
        guint *msgid;
        msgid = g_new(guint, 1);
        *msgid = gtk_statusbar_push(statusbar, 
gtk_statusbar_get_context_id(statusbar, "generic"), text);
-       g_timeout_add(3000, (GSourceFunc) gui_statusbar_remove_helper, msgid);
+       g_timeout_add(5000, (GSourceFunc) gui_statusbar_remove_helper, msgid);
        return;
 }
 


_______________________________________________
Rawstudio-commit mailing list
[email protected]
http://rawstudio.org/cgi-bin/mailman/listinfo/rawstudio-commit

Reply via email to