diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2003-03-20 02:32:52 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2003-03-20 02:32:52 +0800 |
commit | ec3cf6dfcd221bbce0a79df5431c4a737a2a7161 (patch) | |
tree | ec02a46a80230d2881309cfb69355c208f2a7586 /shell/ChangeLog | |
parent | 28a37c0885ab3c031350f99f454774abfca8c35c (diff) | |
download | gsoc2013-evolution-ec3cf6dfcd221bbce0a79df5431c4a737a2a7161.tar.gz gsoc2013-evolution-ec3cf6dfcd221bbce0a79df5431c4a737a2a7161.tar.zst gsoc2013-evolution-ec3cf6dfcd221bbce0a79df5431c4a737a2a7161.zip |
If you can't get a pixbuf icon for the folder's type, do not crash.
* evolution-folder-selector-button.c (set_folder): If you can't
get a pixbuf icon for the folder's type, do not crash. [#39599]
* e-shell.c (impl_Shell__get_displayName): Removed. [#38974]
(e_shell_class_init): Do not install anymore.
* Evolution-Shell.idl: Remove displayName attribute.
svn path=/trunk/; revision=20359
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index aa83239acb..47e7e30c34 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,26 @@ +2003-03-19 Ettore Perazzoli <ettore@ximian.com> + + * evolution-folder-selector-button.c (set_folder): If you can't + get a pixbuf icon for the folder's type, do not crash. [#39599] + + * e-shell.c (impl_Shell__get_displayName): Removed. [#38974] + (e_shell_class_init): Do not install anymore. + + * Evolution-Shell.idl: Remove displayName attribute. + +2003-03-18 Ettore Perazzoli <ettore@ximian.com> + + * importer/evolution-importer.c + (impl_GNOME_Evolution_Importer_loadFile): Get a physical_uri arg + instead of a folderpath arg. + + * importer/evolution-importer-client.c + (evolution_importer_client_load_file): Get a physical_uri arg. + + * e-shell-importer.c (start_import): Get a physical_uri arg + instead of a folderpath. + (folder_selected): Updated accordingly. + 2003-03-14 Dan Winship <danw@ximian.com> * e-storage.c (e_storage_get_has_subfolders): Add |