diff options
author | Matthias Clasen <mclasen@redhat.com> | 2011-02-25 14:37:57 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2011-02-25 14:48:55 -0500 |
commit | 6b91392afd2bf014cbd959a39640b9f56bd022c9 (patch) | |
tree | ebfc21cd2d331a22dd9199c95d256b942bd917bf /gtk/gtktrayicon-x11.c | |
parent | f85e80aadadbd5ff96e18c5669376278f84ab451 (diff) | |
download | gtk+-6b91392afd2bf014cbd959a39640b9f56bd022c9.tar.gz |
GtkTrayIcon: chain up in dispose
Pointed out in bug 643131
Diffstat (limited to 'gtk/gtktrayicon-x11.c')
-rw-r--r-- | gtk/gtktrayicon-x11.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk/gtktrayicon-x11.c b/gtk/gtktrayicon-x11.c index 0e4a36badd..b491397f02 100644 --- a/gtk/gtktrayicon-x11.c +++ b/gtk/gtktrayicon-x11.c @@ -275,6 +275,8 @@ gtk_tray_icon_dispose (GObject *object) gtk_tray_icon_clear_manager_window (icon); gdk_window_remove_filter (root_window, gtk_tray_icon_manager_filter, icon); + + G_OBJECT_CLASS (gtk_tray_icon_parent_class)->dispose (object); } static void |