[gtk+] GtkTrayIcon: chain up in dispose
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] GtkTrayIcon: chain up in dispose
- Date: Fri, 25 Feb 2011 19:49:05 +0000 (UTC)
commit 6b91392afd2bf014cbd959a39640b9f56bd022c9
Author: Matthias Clasen <mclasen redhat com>
Date: Fri Feb 25 14:37:57 2011 -0500
GtkTrayIcon: chain up in dispose
Pointed out in bug 643131
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 0e4a36b..b491397 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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]