diff options
author | Ted Gould <ted@gould.cx> | 2011-03-03 13:33:18 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-03-03 13:33:18 -0600 |
commit | 56d9374b5b9de50fcc4c3f904bb0459799244df4 (patch) | |
tree | 6dc6970fb4a609617af2bc7fcfeb29394f70648b /src/app-indicator.c | |
parent | 7a1564e995770915a51c411a1856508db19206e9 (diff) | |
parent | 4490e2e731cb092b3d8fffb02cb8440e2cd7ea33 (diff) | |
download | libayatana-appindicator-56d9374b5b9de50fcc4c3f904bb0459799244df4.tar.gz libayatana-appindicator-56d9374b5b9de50fcc4c3f904bb0459799244df4.tar.bz2 libayatana-appindicator-56d9374b5b9de50fcc4c3f904bb0459799244df4.zip |
Import upstream version 0.2.97
Diffstat (limited to 'src/app-indicator.c')
-rw-r--r-- | src/app-indicator.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/app-indicator.c b/src/app-indicator.c index 167e17f..01fdd5a 100644 --- a/src/app-indicator.c +++ b/src/app-indicator.c @@ -667,6 +667,8 @@ app_indicator_dispose (GObject *object) 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; } |