Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomeu Vizoso <tomeu@sugarlabs.org>2009-08-07 11:34:06 (GMT)
committer Daniel Drake <dsd@laptop.org>2009-12-01 17:55:02 (GMT)
commit2f9e07fa372d8bfc832bc7579fce4a9ff419207a (patch)
tree2ae014a772986b22336a7d41bb9cf3f93c700cfa
parent521d6a057a70bcb8bdf9f03f82bc6658972b5658 (diff)
Adapt to API changes in the journal #881
[dsd: rediff, removing listview bit that is not needed]
-rw-r--r--src/jarabe/journal/objectchooser.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/jarabe/journal/objectchooser.py b/src/jarabe/journal/objectchooser.py
index b70cf72..2acdda5 100644
--- a/src/jarabe/journal/objectchooser.py
+++ b/src/jarabe/journal/objectchooser.py
@@ -128,9 +128,9 @@ class ObjectChooser(gtk.Window):
def __query_changed_cb(self, toolbar, query):
self._list_view.update_with_query(query)
- def __volume_changed_cb(self, volume_toolbar, volume_id):
- logging.debug('Selected volume: %r.' % volume_id)
- self._toolbar.set_volume_id(volume_id)
+ def __volume_changed_cb(self, volume_toolbar, mount_point):
+ logging.debug('Selected volume: %r.' % mount_point)
+ self._toolbar.set_mount_point(mount_point)
def __visibility_notify_event_cb(self, window, event):
logging.debug('visibility_notify_event_cb %r' % self)