Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/jarabe/journal/listview.py
diff options
context:
space:
mode:
authorTomeu Vizoso <tomeu@sugarlabs.org>2009-08-07 11:34:06 (GMT)
committer Tomeu Vizoso <tomeu@sugarlabs.org>2009-08-07 11:34:06 (GMT)
commit505d8727b5162812e734378b710d930837a5214d (patch)
tree8403f4e04f6b6a6d6c7481391e8192ae0a8960a9 /src/jarabe/journal/listview.py
parent1fbfa0eecceda197e01c7a70cf382f7fd71ff980 (diff)
Adapt to API changes in the journal #881
Diffstat (limited to 'src/jarabe/journal/listview.py')
-rw-r--r--src/jarabe/journal/listview.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jarabe/journal/listview.py b/src/jarabe/journal/listview.py
index 4b325f9..5e20577 100644
--- a/src/jarabe/journal/listview.py
+++ b/src/jarabe/journal/listview.py
@@ -246,7 +246,7 @@ class BaseListView(gtk.Bin):
def __destroy_cb(self, widget):
if self._model is not None:
- self._model.destroy()
+ self._model.stop()
def __favorite_set_data_cb(self, column, cell, tree_model, tree_iter):
favorite = self._model[tree_iter][ListModel.COLUMN_FAVORITE]