diff options
author | Ted Gould <ted@gould.cx> | 2011-03-03 13:32:42 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-03-03 13:32:42 -0600 |
commit | 70d5440f983b1a7de06adfb29ff24d672dc459a9 (patch) | |
tree | 43789f1ab8542afe612c59164060399d0b47febb /debian/patches/disconnect-from-theme.patch | |
parent | 22fbdf6340b9b4e233c033e20009d2c65d18c804 (diff) | |
parent | fe59d572cdec7291b27bee9135e56cb7a7ad6a4f (diff) | |
download | libayatana-appindicator-70d5440f983b1a7de06adfb29ff24d672dc459a9.tar.gz libayatana-appindicator-70d5440f983b1a7de06adfb29ff24d672dc459a9.tar.bz2 libayatana-appindicator-70d5440f983b1a7de06adfb29ff24d672dc459a9.zip |
Merge from U. Desktop
Diffstat (limited to 'debian/patches/disconnect-from-theme.patch')
-rw-r--r-- | debian/patches/disconnect-from-theme.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/debian/patches/disconnect-from-theme.patch b/debian/patches/disconnect-from-theme.patch new file mode 100644 index 0000000..a60502c --- /dev/null +++ b/debian/patches/disconnect-from-theme.patch @@ -0,0 +1,14 @@ +=== 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; + } |