diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2002-09-24 23:53:14 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2002-09-24 23:53:14 +0800 |
commit | adf048e0505aa016e9b4c2ec13ab2050ee006906 (patch) | |
tree | 873a868de4ead1244ca61709dcb64fa50d7eaa24 /shell/ChangeLog | |
parent | eb5d078e80b7fec3d4d7c957f657bc42749a9b99 (diff) | |
download | gsoc2013-evolution-adf048e0505aa016e9b4c2ec13ab2050ee006906.tar.gz gsoc2013-evolution-adf048e0505aa016e9b4c2ec13ab2050ee006906.tar.zst gsoc2013-evolution-adf048e0505aa016e9b4c2ec13ab2050ee006906.zip |
Add PilotConduitSettings verb. [#14019]
(command_pilot_conduit_settings): Implementation for the verb.
(launch_pilot_settings): Helper function.
svn path=/trunk/; revision=18201
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 6290eb625f..7642a60eec 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,6 +1,14 @@ +2002-09-24 Ettore Perazzoli <ettore@ximian.com> + + [#14019] + + * e-shell-view-menu.c: Add PilotConduitSettings verb. + (command_pilot_conduit_settings): Implementation for the verb. + (launch_pilot_settings): Helper function. + 2002-09-24 Mike Kestner <mkestner@ximian.com> - * e-storage-set-view.c (e_storage_set_enable_search): use the new + * e-storage-set-view.c (e_storage_set_enable_search): Use the new e_tree_set_search_column function instead of my lameass sort hack. 2002-09-23 Ettore Perazzoli <ettore@ximian.com> |