pidgin: 6db190b4: Danny Baumann pointed out that the statu...
resiak at soc.pidgin.im
resiak at soc.pidgin.im
Sat Mar 15 14:35:45 EDT 2008
-----------------------------------------------------------------
Revision: 6db190b488381b25d0ad373ee417bc219d49b6bf
Ancestor: 163464964e1905284392d160e48a9bd8bc174f52
Author: resiak at soc.pidgin.im
Date: 2008-03-15T18:36:04
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/6db190b488381b25d0ad373ee417bc219d49b6bf
Modified files:
pidgin/gtkstatusbox.c
ChangeLog:
Danny Baumann pointed out that the status box menu should have the appropriate
hint set.
-------------- next part --------------
============================================================
--- pidgin/gtkstatusbox.c 78f1ca091cb83e504e9a14753603afcaadb3413f
+++ pidgin/gtkstatusbox.c 672735550370d8d3aab4322b220a734e379fa31c
@@ -1735,6 +1735,10 @@ pidgin_status_box_init (PidginStatusBox
}
gtk_window_set_resizable (GTK_WINDOW (status_box->popup_window), FALSE);
+#if GTK_CHECK_VERSION(2,10,0)
+ gtk_window_set_type_hint (GTK_WINDOW (status_box->popup_window),
+ GDK_WINDOW_TYPE_HINT_POPUP_MENU);
+#endif
#if GTK_CHECK_VERSION(2,2,0)
gtk_window_set_screen (GTK_WINDOW (status_box->popup_window),
gtk_widget_get_screen (GTK_WIDGET (status_box)));
More information about the Commits
mailing list