diff options
author | Matt McCutchen 2 <matt@mattmccutchen.net> | 2010-04-07 11:25:44 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2010-04-07 11:25:44 +0800 |
commit | b00f2e7294d91ec3eaa27406b92a9acc9662da56 (patch) | |
tree | 600907f6993f9012f87316f3694be3adcb78b914 /modules/calendar/e-memo-shell-backend.c | |
parent | 6c190ce39426a5128e2bcbb9c5bf30e04c22da3e (diff) | |
download | gsoc2013-evolution-b00f2e7294d91ec3eaa27406b92a9acc9662da56.tar.gz gsoc2013-evolution-b00f2e7294d91ec3eaa27406b92a9acc9662da56.tar.zst gsoc2013-evolution-b00f2e7294d91ec3eaa27406b92a9acc9662da56.zip |
Bug 614926 - Memos and Tasks accelerators switched since 2.28
Diffstat (limited to 'modules/calendar/e-memo-shell-backend.c')
-rw-r--r-- | modules/calendar/e-memo-shell-backend.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/calendar/e-memo-shell-backend.c b/modules/calendar/e-memo-shell-backend.c index aba190b1bd..a51a5fc98e 100644 --- a/modules/calendar/e-memo-shell-backend.c +++ b/modules/calendar/e-memo-shell-backend.c @@ -574,7 +574,7 @@ memo_shell_backend_class_init (EMemoShellBackendClass *class) shell_backend_class->name = "memos"; shell_backend_class->aliases = ""; shell_backend_class->schemes = "memo"; - shell_backend_class->sort_order = 500; + shell_backend_class->sort_order = 600; shell_backend_class->preferences_page = "calendar-and-tasks"; shell_backend_class->start = NULL; shell_backend_class->migrate = e_memo_shell_backend_migrate; |