summarylogtreecommitdiffstats
path: root/0001-Use-better-default-preferences.patch
blob: 81d1d0adc8df59b2e50fe7efcadcbc9a763a9812 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
From b1ee094c0249fe3e278b37d98868fe1af7568739 Mon Sep 17 00:00:00 2001
From: Olivier Mehani <olivier.mehani@nicta.com.au>
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 <olivier.mehani@nicta.com.au>
---
 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