Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/jarabe/journal/listmodel.py
diff options
context:
space:
mode:
authorSimon Schampijer <simon@laptop.org>2012-09-03 08:36:37 (GMT)
committer Simon Schampijer <simon@laptop.org>2012-09-07 09:14:25 (GMT)
commitd11d547c0294ca4fd88f214ca9d754e1d54bed0e (patch)
tree054a7b03673baa6d21088c6059427697426193e3 /src/jarabe/journal/listmodel.py
parentbbf3390ba25e90b1e3971ce233edc644188c76a7 (diff)
Fixups for the sugar.* imports to sugar3.* imports conversion
This fixes the obvious errors introduced by the conversion in 07605b94deeb632819536382839aa78db8f491bb Signed-off-by: Simon Schampijer <simon@laptop.org> Acked-by: Manuel QuiƱones <manuq@laptop.org>
Diffstat (limited to 'src/jarabe/journal/listmodel.py')
-rw-r--r--src/jarabe/journal/listmodel.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/jarabe/journal/listmodel.py b/src/jarabe/journal/listmodel.py
index ad055c6..b5de0b1 100644
--- a/src/jarabe/journal/listmodel.py
+++ b/src/jarabe/journal/listmodel.py
@@ -29,8 +29,8 @@ from jarabe.journal import model
from jarabe.journal import misc
-DS_DBUS_SERVICE = 'org.laptop.sugar3.DataStore'
-DS_DBUS_INTERFACE = 'org.laptop.sugar3.DataStore'
+DS_DBUS_SERVICE = 'org.laptop.sugar.DataStore'
+DS_DBUS_INTERFACE = 'org.laptop.sugar.DataStore'
DS_DBUS_PATH = '/org/laptop/sugar/DataStore'