diff options
author | Srinivasa Ragavan <sragavan@novell.com> | 2005-12-16 16:10:30 +0800 |
---|---|---|
committer | Srinivasa Ragavan <sragavan@src.gnome.org> | 2005-12-16 16:10:30 +0800 |
commit | 27a36e5a4dae043052546b936c1cc3f1aa2a4d36 (patch) | |
tree | 4f3644cad8a7703f23d40667b9a1611683555b68 | |
parent | c484ff21de2f38feb2386762d5b60255a95b20cd (diff) | |
download | gsoc2013-evolution-27a36e5a4dae043052546b936c1cc3f1aa2a4d36.tar.gz gsoc2013-evolution-27a36e5a4dae043052546b936c1cc3f1aa2a4d36.tar.zst gsoc2013-evolution-27a36e5a4dae043052546b936c1cc3f1aa2a4d36.zip |
** Fixes bugs #322499 and #227853
2005-12-16 Srinivasa Ragavan <sragavan@novell.com>
** Fixes bugs #322499 and #227853
* evolution-addressbook.xml: Modified shortcut for preview
* evolution-mail-global.xml: Modified shortcut for preview
* evolution-tasks.xml: Modified shortcut for preview
* evolution.xml: Removed Shortcut to hide status bar.
svn path=/trunk/; revision=30790
-rw-r--r-- | ui/ChangeLog | 9 | ||||
-rw-r--r-- | ui/evolution-addressbook.xml | 2 | ||||
-rw-r--r-- | ui/evolution-mail-global.xml | 2 | ||||
-rw-r--r-- | ui/evolution-tasks.xml | 2 | ||||
-rw-r--r-- | ui/evolution.xml | 2 |
5 files changed, 13 insertions, 4 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog index aa260ba629..54706c1f42 100644 --- a/ui/ChangeLog +++ b/ui/ChangeLog @@ -1,3 +1,12 @@ +2005-12-16 Srinivasa Ragavan <sragavan@novell.com> + + ** Fixes bugs #322499 and #227853 + + * evolution-addressbook.xml: Modified shortcut for preview + * evolution-mail-global.xml: Modified shortcut for preview + * evolution-tasks.xml: Modified shortcut for preview + * evolution.xml: Removed Shortcut to hide status bar. + 2005-12-14 Rajeev ramanathan <rajeevramanathan_2004@yahoo.co.in> ** Fixes the bug #316897 diff --git a/ui/evolution-addressbook.xml b/ui/evolution-addressbook.xml index 4ad07a7253..24c2070a0a 100644 --- a/ui/evolution-addressbook.xml +++ b/ui/evolution-addressbook.xml @@ -61,7 +61,7 @@ <cmd name="ContactsViewPreview" _label="Contact _Preview" _tip="Show contact preview window" - accel="*Control**Alt*v" + accel="*Control*m" type="toggle"/> </commands> diff --git a/ui/evolution-mail-global.xml b/ui/evolution-mail-global.xml index 607f6e7498..d8429ee103 100644 --- a/ui/evolution-mail-global.xml +++ b/ui/evolution-mail-global.xml @@ -33,7 +33,7 @@ <cmd name="ViewPreview" _tip="Show message preview window" - accel="*Control**Alt*v" + accel="*Control*m" type="toggle"/> </commands> diff --git a/ui/evolution-tasks.xml b/ui/evolution-tasks.xml index ac12e40157..264bea7d7f 100644 --- a/ui/evolution-tasks.xml +++ b/ui/evolution-tasks.xml @@ -16,7 +16,7 @@ <cmd name="TasksAssign" _label="_Assign Task" accel="*Control*a"/> <cmd name="TasksForward" _label="_Forward as iCalendar" accel="*Control*f"/> - <cmd name="ViewPreview" _tip="Show task preview window" accel="*Control**Alt*v" type="toggle"/> + <cmd name="ViewPreview" _tip="Show task preview window" accel="*Control*m" type="toggle"/> </commands> diff --git a/ui/evolution.xml b/ui/evolution.xml index 58f1e5e943..8799bd97de 100644 --- a/ui/evolution.xml +++ b/ui/evolution.xml @@ -112,7 +112,7 @@ <placeholder name="ViewBegin"/> <submenu name="Window" _label="_Window"/> <menuitem name="ViewToolbar" id="ViewToolbar" verb="" accel="*Control**Shift*o"/> - <menuitem name="ViewStatusBar" id="ViewStatusBar" accel="*Control**Shift*v"/> + <menuitem name="ViewStatusBar" id="ViewStatusBar"/> <placeholder name="ViewPreview"/> <submenu name="Buttons" _label="_Switcher Appearance"> <menuitem name="ViewButtonsIconText" id="ViewButtonsIconText" verb=""/> |