aboutsummaryrefslogtreecommitdiff
path: root/debian/patches/disconnect-from-theme.patch
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2011-03-03 13:35:16 -0600
committerTed Gould <ted@gould.cx>2011-03-03 13:35:16 -0600
commit3eb5a9db6be3012dd7ed7c1aaaadcfc9b58257d6 (patch)
tree4beffb5288f10212b22f5a51da3883ad6024c448 /debian/patches/disconnect-from-theme.patch
parent15784dbb2ca18efa7d2790cdd76eba13ea23947f (diff)
downloadlibayatana-appindicator-3eb5a9db6be3012dd7ed7c1aaaadcfc9b58257d6.tar.gz
libayatana-appindicator-3eb5a9db6be3012dd7ed7c1aaaadcfc9b58257d6.tar.bz2
libayatana-appindicator-3eb5a9db6be3012dd7ed7c1aaaadcfc9b58257d6.zip
debian/patches: Removed, all upstream
Diffstat (limited to 'debian/patches/disconnect-from-theme.patch')
-rw-r--r--debian/patches/disconnect-from-theme.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/debian/patches/disconnect-from-theme.patch b/debian/patches/disconnect-from-theme.patch
deleted file mode 100644
index a60502c..0000000
--- a/debian/patches/disconnect-from-theme.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-=== modified file 'src/app-indicator.c'
-Index: libappindicator.ubu/src/app-indicator.c
-===================================================================
---- libappindicator.ubu.orig/src/app-indicator.c 2011-02-28 08:35:28.963390000 -0500
-+++ libappindicator.ubu/src/app-indicator.c 2011-02-28 08:46:54.147065973 -0500
-@@ -667,6 +667,8 @@
- priv->connection = NULL;
- }
-
-+ g_signal_handlers_disconnect_by_func(gtk_icon_theme_get_default(), G_CALLBACK(theme_changed_cb), self);
-+
- G_OBJECT_CLASS (app_indicator_parent_class)->dispose (object);
- return;
- }