diff options
author | Tim Janik <timj@gtk.org> | 1999-02-23 19:42:53 +0000 |
---|---|---|
committer | Tim Janik <timj@src.gnome.org> | 1999-02-23 19:42:53 +0000 |
commit | 26ffb00362cb61b5a73bc86db64de45ae234ccbe (patch) | |
tree | 71dfe043b5c9a929ba6779e2cb086e33af9fb266 /ChangeLog.pre-2-4 | |
parent | e3eedba2f9e1c7b6250b0a83b099b53920514125 (diff) | |
download | gtk+-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-4 | 7 |
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 |