diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2003-03-20 04:30:37 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2003-03-20 04:30:37 +0800 |
commit | d9d1469a926eb86e2fb18a02d27a5cb9de4b7aff (patch) | |
tree | 0e5acb7d7b0ba0e507c332a129468982e96169a2 /shell/ChangeLog | |
parent | 7b8ae9b9945157bffaf34cc69a2afe33b9ab9a6b (diff) | |
download | gsoc2013-evolution-d9d1469a926eb86e2fb18a02d27a5cb9de4b7aff.tar gsoc2013-evolution-d9d1469a926eb86e2fb18a02d27a5cb9de4b7aff.tar.gz gsoc2013-evolution-d9d1469a926eb86e2fb18a02d27a5cb9de4b7aff.tar.bz2 gsoc2013-evolution-d9d1469a926eb86e2fb18a02d27a5cb9de4b7aff.tar.lz gsoc2013-evolution-d9d1469a926eb86e2fb18a02d27a5cb9de4b7aff.tar.xz gsoc2013-evolution-d9d1469a926eb86e2fb18a02d27a5cb9de4b7aff.tar.zst gsoc2013-evolution-d9d1469a926eb86e2fb18a02d27a5cb9de4b7aff.zip |
(get_name_from_component_info): Look for the
"evolution:menu_name" property instead of "evolution:menu-name".
[#39692]
svn path=/trunk/; revision=20370
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 47e7e30c34..45d1da17ef 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,5 +1,11 @@ 2003-03-19 Ettore Perazzoli <ettore@ximian.com> + * e-shell-importer.c (get_name_from_component_info): Look for the + "evolution:menu_name" property instead of "evolution:menu-name". + [#39692] + +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] |