diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2002-07-12 05:28:24 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2002-07-12 05:28:24 +0800 |
commit | 583f8ba770418d53c134fe4004d1f89e3880f466 (patch) | |
tree | 451ae6d19538f1db58547b6bbd89e88e5bb05d2f /shell/ChangeLog | |
parent | e8e6da16764e24d4137c16ae1009a9be701ddfaa (diff) | |
download | gsoc2013-evolution-583f8ba770418d53c134fe4004d1f89e3880f466.tar.gz gsoc2013-evolution-583f8ba770418d53c134fe4004d1f89e3880f466.tar.zst gsoc2013-evolution-583f8ba770418d53c134fe4004d1f89e3880f466.zip |
Allow a NULL icon [remove the precondition].
* e-shell-folder-title-bar.c (e_shell_folder_title_bar_set_icon):
Allow a NULL icon [remove the precondition].
* e-shell-view.c (update_folder_title_bar): Only unref the
folder_icon if not NULL.
svn path=/trunk/; revision=17426
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index cb1478b7c2..817efda21a 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,5 +1,13 @@ 2002-07-11 Ettore Perazzoli <ettore@ximian.com> + * e-shell-folder-title-bar.c (e_shell_folder_title_bar_set_icon): + Allow a NULL icon [remove the precondition]. + + * e-shell-view.c (update_folder_title_bar): Only unref the + folder_icon if not NULL. + +2002-07-11 Ettore Perazzoli <ettore@ximian.com> + * evolution-storage-set-view.c (impl_StorageSetView__set_checkedFolders): Handle Folder.evolutionUri as a URI, not as a path. Also use |