mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@139231 d073be05-634f-4543-b044-5fe20cf6d1d6
19 lines
666 B
Diff
19 lines
666 B
Diff
--- pidgin/gtkdocklet-gtk.c.orig 2012-04-30 16:27:39.000000000 +0300
|
|
+++ pidgin/gtkdocklet-gtk.c 2012-04-30 17:27:58.000000000 +0300
|
|
@@ -47,7 +47,6 @@
|
|
static gboolean
|
|
docklet_gtk_embed_timeout_cb(gpointer data)
|
|
{
|
|
-#if !GTK_CHECK_VERSION(2,12,0)
|
|
if (gtk_status_icon_is_embedded(docklet)) {
|
|
/* Older GTK+ (<2.12) don't implement the embedded signal, but the
|
|
information is still accessable through the above function. */
|
|
@@ -57,7 +56,6 @@
|
|
purple_prefs_set_bool(PIDGIN_PREFS_ROOT "/docklet/gtk/embedded", TRUE);
|
|
}
|
|
else
|
|
-#endif
|
|
{
|
|
/* The docklet was not embedded within the timeout.
|
|
* Remove it as a visibility manager, but leave the plugin
|