[sylpheed:32373] I don't like waiting

Laurence Darby ldarby at tuffmail.com
Thu May 29 17:55:29 JST 2008



Patch to gtk so you don't have to wait for ages for menus to appear:


--- gtk/gtkmenu.c.orig  2008-05-29 09:44:28.000000000 +0100
+++ gtk/gtkmenu.c       2008-05-29 09:30:12.000000000 +0100
@@ -48,7 +48,7 @@
 
 #define MENU_ITEM_CLASS(w)   GTK_MENU_ITEM_GET_CLASS (w)
 
-#define DEFAULT_POPUP_DELAY    225
+#define DEFAULT_POPUP_DELAY    0
 #define DEFAULT_POPDOWN_DELAY  1000
 

It feels like a free cpu upgrade :)   Sylpheed is the only gtk app I
use, maybe someone will find this useful.  The value is used for the gtk
property "gtk-menu-popup-delay", if you can edit properties at runtime
then you wont need to patch and recompile gtk.

Cheers,
Laurence



More information about the Sylpheed mailing list