forked from AuroraMiddleware/gtk
GtkTrayIcon: chain up in dispose
Pointed out in bug 643131
This commit is contained in:
parent
f85e80aada
commit
6b91392afd
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user