diff options
author | Dan Winship <danw@src.gnome.org> | 2002-08-29 05:16:10 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2002-08-29 05:16:10 +0800 |
commit | 9ce6d5fc54463b79975990a61f0af8c9214cdd2d (patch) | |
tree | 5f3c6c56075c4393c0f97f5a74b0a5230e0ce7a1 /shell/ChangeLog | |
parent | 0123f39f495f8bbb4a9ba95ce1be42ea1beee55d (diff) | |
download | gsoc2013-evolution-9ce6d5fc54463b79975990a61f0af8c9214cdd2d.tar gsoc2013-evolution-9ce6d5fc54463b79975990a61f0af8c9214cdd2d.tar.gz gsoc2013-evolution-9ce6d5fc54463b79975990a61f0af8c9214cdd2d.tar.bz2 gsoc2013-evolution-9ce6d5fc54463b79975990a61f0af8c9214cdd2d.tar.lz gsoc2013-evolution-9ce6d5fc54463b79975990a61f0af8c9214cdd2d.tar.xz gsoc2013-evolution-9ce6d5fc54463b79975990a61f0af8c9214cdd2d.tar.zst gsoc2013-evolution-9ce6d5fc54463b79975990a61f0af8c9214cdd2d.zip |
Pass a selection_order to oaf_query so we get the components back in a
* e-shell.c (setup_components): Pass a selection_order to
oaf_query so we get the components back in a consistent order.
Hack fix for #28490 for 1.2 by ensuring that Connector gets
started before evolution-mail.
(get_icon_path_for_component_info): Rename the oaf icon name
property to use underscores to match the launch order property
(which needs to use underscores because dashes are interpreted as
subtraction in the selection_order context).
svn path=/trunk/; revision=17904
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index f483196b28..e5569ec848 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,14 @@ +2002-08-28 Dan Winship <danw@ximian.com> + + * e-shell.c (setup_components): Pass a selection_order to + oaf_query so we get the components back in a consistent order. + Hack fix for #28490 for 1.2 by ensuring that Connector gets + started before evolution-mail. + (get_icon_path_for_component_info): Rename the oaf icon name + property to use underscores to match the launch order property + (which needs to use underscores because dashes are interpreted as + subtraction in the selection_order context). + 2002-08-27 Ettore Perazzoli <ettore@ximian.com> * e-shortcuts-view.c (get_shortcut_info): Make sure |