diff options
author | Morten Welinder <terra@gnome.org> | 2004-03-17 15:29:06 +0000 |
---|---|---|
committer | Morten Welinder <mortenw@src.gnome.org> | 2004-03-17 15:29:06 +0000 |
commit | feba65f2669d9f06fa66df1b8d4a9ab87bcc92eb (patch) | |
tree | 4b714b218490657603dc2f48caf4e0a13a37e82d /ChangeLog.pre-2-4 | |
parent | 1077e7f90471508ebb0cf227b0fea8fcf3891d90 (diff) | |
download | gtk+-feba65f2669d9f06fa66df1b8d4a9ab87bcc92eb.tar.gz |
Make this work when the slider buttons have been destroyed.
2004-03-17 Morten Welinder <terra@gnome.org>
* gtk/gtkpathbar.c (gtk_path_bar_forall): Make this work when the
slider buttons have been destroyed.
(gtk_path_bar_remove): Make this work for slider buttons too.
Fixes http://bugzilla.gnome.org/show_bug.cgi?id=137257
Diffstat (limited to 'ChangeLog.pre-2-4')
-rw-r--r-- | ChangeLog.pre-2-4 | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index b31a6ee6e6..7dcb74831c 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,16 @@ +2004-03-17 Morten Welinder <terra@gnome.org> + + * gtk/gtkpathbar.c (gtk_path_bar_forall): Make this work when the + slider buttons have been destroyed. + (gtk_path_bar_remove): Make this work for slider buttons too. + Fixes http://bugzilla.gnome.org/show_bug.cgi?id=137257 + +2004-03-15 Morten Welinder <terra@gnome.org> + + * gtk/gtkfilechooserdefault.c (shortcuts_add_bookmark_from_path): + Sanitize and plug leak. + (check_icon_theme): Only do something if the widget has a screen. + Wed Mar 17 01:20:28 2004 Matthias Clasen <maclas@gmx.de> * gtk/gtkentrycompletion.c (_gtk_entry_completion_resize_popup): |