From b1ee094c0249fe3e278b37d98868fe1af7568739 Mon Sep 17 00:00:00 2001 From: Olivier Mehani Date: Tue, 17 Jun 2014 16:00:04 +1000 Subject: [PATCH] Use better default preferences Don't flood Hamster too much Signed-off-by: Olivier Mehani --- GTG/plugins/hamster/hamster.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/GTG/plugins/hamster/hamster.py b/GTG/plugins/hamster/hamster.py index 2badf8b..a414aaa 100644 --- a/GTG/plugins/hamster/hamster.py +++ b/GTG/plugins/hamster/hamster.py @@ -32,9 +32,9 @@ from GTG.core.task import Task class hamsterPlugin: PLUGIN_NAMESPACE = 'hamster-plugin' DEFAULT_PREFERENCES = { - "activity": "title", - "category": "auto", - "description": "contents", + "activity": "tag", + "category": "auto_tag", + "description": "title", "tags": "existing", } TOOLTIP_TEXT_START_ACTIVITY = _("Start a new activity in Hamster Time" + -- 2.0.0