[gnumeric] item-bar: chain up in unrealize handler.



commit 21745a89599965047c364cd5bc461c1c0f708068
Author: Morten Welinder <terra gnome org>
Date:   Wed Jan 6 09:02:53 2010 -0500

    item-bar: chain up in unrealize handler.

 ChangeLog      |    4 ++++
 src/item-bar.c |    2 ++
 2 files changed, 6 insertions(+), 0 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 4cb11c1..37b73be 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2010-01-06  Morten Welinder  <terra gnome org>
+
+	* src/item-bar.c (item_bar_unrealize): Chain up.
+
 2010-01-04 Andreas J. Guelzow <aguelzow pyrshep ca>
 
 	* src/rangefunc.h (gnm_range_increasing): use the correctly typed function
diff --git a/src/item-bar.c b/src/item-bar.c
index bb7409a..5c46ae6 100644
--- a/src/item-bar.c
+++ b/src/item-bar.c
@@ -224,6 +224,8 @@ item_bar_unrealize (GocItem *item)
 
 	gdk_cursor_unref (ib->change_cursor);
 	gdk_cursor_unref (ib->normal_cursor);
+
+	parent_class->unrealize (item);
 }
 
 static void



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]