diff options
author | Morten Welinder <terra@gnome.org> | 2004-03-17 15:34:21 +0000 |
---|---|---|
committer | Morten Welinder <mortenw@src.gnome.org> | 2004-03-17 15:34:21 +0000 |
commit | 8d3344036c3488039d150792c1e6bc8a62c1c4f0 (patch) | |
tree | cd4129788c6e491d88af76254d4a537ef09778d9 /ChangeLog.pre-2-4 | |
parent | feba65f2669d9f06fa66df1b8d4a9ab87bcc92eb (diff) | |
download | gdk-pixbuf-8d3344036c3488039d150792c1e6bc8a62c1c4f0.tar.gz |
Do nothing if we have no screen. Fixes #137260.
2004-03-17 Morten Welinder <terra@gnome.org>
* gtk/gtkfilechooserdefault.c (check_icon_theme): Do nothing if we
have no screen. Fixes #137260.
(shortcuts_add_bookmark_from_path): Simplify using check_is_folder
thereby fixing leak. Fixes #137259.
Diffstat (limited to 'ChangeLog.pre-2-4')
-rw-r--r-- | ChangeLog.pre-2-4 | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index 7dcb74831..c65f4976e 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,9 +1,14 @@ 2004-03-17 Morten Welinder <terra@gnome.org> + * gtk/gtkfilechooserdefault.c (check_icon_theme): Do nothing if we + have no screen. Fixes #137260. + (shortcuts_add_bookmark_from_path): Simplify using check_is_folder + thereby fixing leak. Fixes #137259. + * 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 + Fixes #137257 2004-03-15 Morten Welinder <terra@gnome.org> |