diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2001-05-16 11:05:51 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2001-05-16 11:05:51 +0800 |
commit | ad6072f81f19f15cc5d6078f56039de99700a986 (patch) | |
tree | e94e06d0792003a656cc7931a7973e0c8c3c67f0 /shell/ChangeLog | |
parent | 5cb76ec7bae4354994baac87ca66e9d4fdd2ef7a (diff) | |
download | gsoc2013-evolution-ad6072f81f19f15cc5d6078f56039de99700a986.tar.gz gsoc2013-evolution-ad6072f81f19f15cc5d6078f56039de99700a986.tar.zst gsoc2013-evolution-ad6072f81f19f15cc5d6078f56039de99700a986.zip |
Make the "Submit Bug Report" menu item fire up a browser with
http://bugzilla.ximian.com in it, rather than Bug Buddy (which will
not work with our bug tracker, as the latter doesn't have an email
interface yet).
svn path=/trunk/; revision=9836
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index e5d64bcf27..8f6d4ac35b 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,5 +1,13 @@ 2001-05-15 Ettore Perazzoli <ettore@ximian.com> + * e-shell-view-menu.c (command_run_bugbuddy): `#if 0'ed out. + (command_submit_bug): New. Just fire up the web browser with + `http://bugzilla.ximian.com' in it. + (menu_do_misc): Associate the latter instead of the former to the + "HelpSubmitBug" verb. + +2001-05-15 Ettore Perazzoli <ettore@ximian.com> + * e-shell-view-menu.c: Add an `HelpFAQ' verb. 2001-05-14 jacob berkman <jacob@ximian.com> |