diff options
author | Jason Leach <jleach@ximian.com> | 2001-08-17 08:39:47 +0800 |
---|---|---|
committer | Jacob Leach <jleach@src.gnome.org> | 2001-08-17 08:39:47 +0800 |
commit | 3f8453bad74edb5d48660a5a9173c3fbeb1ec006 (patch) | |
tree | 3198dfb1fab8930277bc552226dab0d741166986 /shell | |
parent | b82937e47c24dc593479045ba3f6f6ac18c10534 (diff) | |
download | gsoc2013-evolution-3f8453bad74edb5d48660a5a9173c3fbeb1ec006.tar gsoc2013-evolution-3f8453bad74edb5d48660a5a9173c3fbeb1ec006.tar.gz gsoc2013-evolution-3f8453bad74edb5d48660a5a9173c3fbeb1ec006.tar.bz2 gsoc2013-evolution-3f8453bad74edb5d48660a5a9173c3fbeb1ec006.tar.lz gsoc2013-evolution-3f8453bad74edb5d48660a5a9173c3fbeb1ec006.tar.xz gsoc2013-evolution-3f8453bad74edb5d48660a5a9173c3fbeb1ec006.tar.zst gsoc2013-evolution-3f8453bad74edb5d48660a5a9173c3fbeb1ec006.zip |
I know what you did last summer!
2001-08-16 Jason Leach <jleach@ximian.com>
* AUTHORS: I know what you did last summer!
svn path=/trunk/; revision=12140
Diffstat (limited to 'shell')
-rw-r--r-- | shell/ChangeLog | 2 | ||||
-rw-r--r-- | shell/e-shell-view-menu.c | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 70198c682e..b99c1b262d 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,5 +1,7 @@ 2001-08-16 Jason Leach <jleach@ximian.com> + * e-shell-view-menu.c (authors): Add myself. + * e-shell-view.c (folder_selected_cb): Desensitize the move/copy/delete/rename in the menus (including right click) for stock folders. diff --git a/shell/e-shell-view-menu.c b/shell/e-shell-view-menu.c index 0027682b69..f2fd333547 100644 --- a/shell/e-shell-view-menu.c +++ b/shell/e-shell-view-menu.c @@ -73,6 +73,7 @@ const char *authors[] = { "Iain Holmes", "Tuomas Kuosmanen", "Christopher J. Lahey", + "Jason Leach", "Matthew Loper", "Federico Mena", "Eskil Heyn Olsen", |