aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndre Klapper <ak-47@gmx.net>2012-02-15 20:11:52 +0800
committerAndre Klapper <ak-47@gmx.net>2012-02-15 20:11:52 +0800
commitb165cc575b3dfb6c8e07fca101838e687c4f609f (patch)
tree5992dd478214968f1ceec97818501bfddb7ea39c
parentc2c852f59818e3526a1da3ba89724d9efd4f4351 (diff)
downloadgsoc2013-evolution-b165cc575b3dfb6c8e07fca101838e687c4f609f.tar.gz
gsoc2013-evolution-b165cc575b3dfb6c8e07fca101838e687c4f609f.tar.zst
gsoc2013-evolution-b165cc575b3dfb6c8e07fca101838e687c4f609f.zip
Fix broken Help menu entry in Task Editor after Mallard transition.
-rw-r--r--calendar/gui/dialogs/task-editor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gui/dialogs/task-editor.c b/calendar/gui/dialogs/task-editor.c
index 1942224f7f..e1d90f4d5a 100644
--- a/calendar/gui/dialogs/task-editor.c
+++ b/calendar/gui/dialogs/task-editor.c
@@ -288,7 +288,7 @@ task_editor_class_init (TaskEditorClass *class)
object_class->constructed = task_editor_constructed;
editor_class = COMP_EDITOR_CLASS (class);
- editor_class->help_section = "usage-calendar-todo";
+ editor_class->help_section = "tasks-usage";
editor_class->edit_comp = task_editor_edit_comp;
editor_class->send_comp = task_editor_send_comp;
editor_class->show_categories = task_editor_show_categories;
be4'>Drop the ipv6 virtual category for f* category as it is not relevant anymoreBaptiste Daroussin2019-10-091-1/+1 * Update devel/readline to 8.0Sunpoet Po-Chuan Hsieh2019-04-091-1/+1 * Spell FTP properly (uppercased) when it does not refer to a command name.Alexey Dokuchaev2019-03-311-1/+1 * Install texinfo files (GNU info) into ${PREFIX}/share/infoBaptiste Daroussin2018-11-111-1/+1 * Update devel/readline to 7.0 patch 3Sunpoet Po-Chuan Hsieh2017-06-271-1/+1 * Remove all USE_OPENSSL occurrences.Mathieu Arnold2017-03-151-2/+1