Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGonzalo Odiard <godiard@gmail.com>2012-03-23 20:12:26 (GMT)
committer Gonzalo Odiard <godiard@gmail.com>2012-03-23 20:12:26 (GMT)
commit0ad497af3898a4dfd2527d315c7b8ef507e21d10 (patch)
treeb9d02c16a4b28b2dbee128c92bbd7e576945eaf5
parent8f3d2f1593071634852811861dd753af4985dc07 (diff)
Restore the save of the entry in the journal
Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
-rw-r--r--logviewer.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/logviewer.py b/logviewer.py
index 1cc86c5..88fe2e6 100644
--- a/logviewer.py
+++ b/logviewer.py
@@ -344,8 +344,8 @@ class LogBuffer(gtk.TextBuffer):
class LogActivity(activity.Activity):
- def __init__(self, handle, create_jobject=False):
- activity.Activity.__init__(self, handle, False)
+ def __init__(self, handle):
+ activity.Activity.__init__(self, handle)
# Paths to watch: ~/.sugar/someuser/logs, /var/log
paths = []