Ticket #28069: patch-pidgin-gtkdocklet-gtk.c.2.diff
File patch-pidgin-gtkdocklet-gtk.c.2.diff, 666 bytes (added by jemaltz@…, 13 years ago) |
---|
-
pidgin/gtkdocklet-gtk.c
old new 47 47 static gboolean 48 48 docklet_gtk_embed_timeout_cb(gpointer data) 49 49 { 50 #if !GTK_CHECK_VERSION(2,12,0)51 50 if (gtk_status_icon_is_embedded(docklet)) { 52 51 /* Older GTK+ (<2.12) don't implement the embedded signal, but the 53 52 information is still accessable through the above function. */ … … 57 56 purple_prefs_set_bool(PIDGIN_PREFS_ROOT "/docklet/gtk/embedded", TRUE); 58 57 } 59 58 else 60 #endif61 59 { 62 60 /* The docklet was not embedded within the timeout. 63 61 * Remove it as a visibility manager, but leave the plugin