summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJuan Pablo Ugarte <jpu@src.gnome.org>2007-10-18 16:13:02 +0000
committerJuan Pablo Ugarte <jpu@src.gnome.org>2007-10-18 16:13:02 +0000
commitff938b0eb4552a127366188396a327727e88e254 (patch)
tree2ca5a64f551a89f805aa4a2c115a6e858acf38b3 /ChangeLog
parenta9ed5afbb29b1f68fd30f9f1a61ec69939b24fb1 (diff)
downloadglade-ff938b0eb4552a127366188396a327727e88e254.tar.gz
fixed bug #480495, if the widget is realized we just call
* gladeui/glade-widget.c: fixed bug #480495, if the widget is realized we just call gtk_widget_unrealize() svn path=/trunk/; revision=1631
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 40871f8a..d5dd7619 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-10-18 Juan Pablo Ugarte <juanpablougarte@gmail.com>
+
+ * gladeui/glade-widget.c: fixed bug #480495, if the widget is realized we just call
+ gtk_widget_unrealize()
+
2007-10-15 Juan Pablo Ugarte <juanpablougarte@gmail.com>
* plugins/gtk+/glade-gtk.c: disable GtkImage::stock when edit type is not in stock mode.