Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/webview.py
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <mpg@redhat.com>2007-03-18 01:58:06 (GMT)
committer Marco Pesenti Gritti <mpg@redhat.com>2007-03-18 01:58:06 (GMT)
commit8296bcdd197aa1c70176f6ebb6b5e56df08ee7f4 (patch)
treef2cd2e1ec5b7a3d143eec354710d0d74d3e20e51 /webview.py
parent25b287374ed69e2f349c3ed773d2bca99fe793ec (diff)
Fix image saving
Diffstat (limited to 'webview.py')
-rwxr-xr-xwebview.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/webview.py b/webview.py
index e145e3a..3d9bc30 100755
--- a/webview.py
+++ b/webview.py
@@ -111,7 +111,7 @@ class _ImageMenu(gtk.Menu):
response = chooser.run()
if response == gtk.RESPONSE_OK:
- self.save_uri(self._image_uri, chooser.get_filename())
+ self._browser.save_uri(self._image_uri, chooser.get_filename())
chooser.destroy()