summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-4
diff options
context:
space:
mode:
authorTim Janik <timj@gtk.org>1999-02-23 19:42:53 +0000
committerTim Janik <timj@src.gnome.org>1999-02-23 19:42:53 +0000
commit26ffb00362cb61b5a73bc86db64de45ae234ccbe (patch)
tree71dfe043b5c9a929ba6779e2cb086e33af9fb266 /ChangeLog.pre-2-4
parente3eedba2f9e1c7b6250b0a83b099b53920514125 (diff)
downloadgtk+-26ffb00362cb61b5a73bc86db64de45ae234ccbe.tar.gz
fix implicit branch creation, we need the *real* parent path for this and
Tue Feb 23 17:52:37 1999 Tim Janik <timj@gtk.org> * gtk/gtkitemfactory.c (gtk_item_factory_create_item): fix implicit branch creation, we need the *real* parent path for this and gtk_item_factory_parse_path() only returns the parent path with "_?" stripped off.
Diffstat (limited to 'ChangeLog.pre-2-4')
-rw-r--r--ChangeLog.pre-2-47
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4
index 0e570a46f9..07fa20702f 100644
--- a/ChangeLog.pre-2-4
+++ b/ChangeLog.pre-2-4
@@ -1,3 +1,10 @@
+Tue Feb 23 17:52:37 1999 Tim Janik <timj@gtk.org>
+
+ * gtk/gtkitemfactory.c (gtk_item_factory_create_item): fix implicit
+ branch creation, we need the *real* parent path for this and
+ gtk_item_factory_parse_path() only returns the parent path with "_?"
+ stripped off.
+
1999-02-23 Pavel Machek <pavel@artax.karlin.mff.cuni.cz>
* gtk/gtkentry.c (gtk_entry_finalize): trivial bugfix