diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2001-07-01 14:14:59 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2001-07-01 14:14:59 +0800 |
commit | 3950295c0f8adbf2003eb84322fa6e7c8ba6af47 (patch) | |
tree | f5095d400302809537b08cfe658ce5bf44511195 /shell/ChangeLog | |
parent | d1706596df85327b41dd4b4fe39dd88f4a954dae (diff) | |
download | gsoc2013-evolution-3950295c0f8adbf2003eb84322fa6e7c8ba6af47.tar gsoc2013-evolution-3950295c0f8adbf2003eb84322fa6e7c8ba6af47.tar.gz gsoc2013-evolution-3950295c0f8adbf2003eb84322fa6e7c8ba6af47.tar.bz2 gsoc2013-evolution-3950295c0f8adbf2003eb84322fa6e7c8ba6af47.tar.lz gsoc2013-evolution-3950295c0f8adbf2003eb84322fa6e7c8ba6af47.tar.xz gsoc2013-evolution-3950295c0f8adbf2003eb84322fa6e7c8ba6af47.tar.zst gsoc2013-evolution-3950295c0f8adbf2003eb84322fa6e7c8ba6af47.zip |
Implemented a "Rename Shortcut" command.
svn path=/trunk/; revision=10651
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 69f46445e1..bf1fa018c3 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,5 +1,16 @@ 2001-07-01 Ettore Perazzoli <ettore@ximian.com> + * e-shortcuts-view.c: Added a "Rename" right-click command. + (rename_shortcut_cb): New function, implementation for the "Rename + command". + (rename_shortcut_dialog_cb): Callback for the gnome_request_dialog + function to ask the new name. + + * e-shortcuts.c (e_shortcuts_update_shortcut): Call `make_dirty()' + so we get saved too. + +2001-07-01 Ettore Perazzoli <ettore@ximian.com> + * e-shell-view.c (activate_shortcut_cb): Receive an @in_new_window arg as well. |