mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-18 09:00:34 +00:00
GtkTrayIcon: chain up in dispose
Pointed out in bug 643131 and bug 640308.
This commit is contained in:
parent
0b2fd066b9
commit
8da54b8118
@ -197,6 +197,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