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/Evolution-Shell.idl | |
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/Evolution-Shell.idl')
-rw-r--r-- | shell/Evolution-Shell.idl | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/shell/Evolution-Shell.idl b/shell/Evolution-Shell.idl index 101781cbfd..20960ce029 100644 --- a/shell/Evolution-Shell.idl +++ b/shell/Evolution-Shell.idl @@ -26,9 +26,6 @@ module Evolution { typedef sequence<string> FolderTypeNameList; - /* The X display name. */ - readonly attribute string displayName; - /** * getComponentByType: * @type: name of a valid folder type |