diff options
Diffstat (limited to 'src/app-indicator.c')
-rw-r--r-- | src/app-indicator.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/app-indicator.c b/src/app-indicator.c index 01fdd5a..167e17f 100644 --- a/src/app-indicator.c +++ b/src/app-indicator.c @@ -667,8 +667,6 @@ 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; } |