Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/palettes.py
diff options
context:
space:
mode:
authorLucian Branescu Mihaila <lucian.branescu@gmail.com>2010-06-19 14:55:07 (GMT)
committer Lucian Branescu Mihaila <lucian.branescu@gmail.com>2010-06-19 14:55:07 (GMT)
commit0a3d8753901589b3d1f90910f121ca7694d70320 (patch)
tree2e6957151191bf1195675054714e10699ba42ac4 /palettes.py
parent3005541c3bc94f493fab0753ef774aff88db79ea (diff)
Add some stubs, cleanup some hulahop vestiges, implement Browser.get_source and some EditToolbar buttons.
Diffstat (limited to 'palettes.py')
-rw-r--r--palettes.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/palettes.py b/palettes.py
index 200277a..47009f9 100644
--- a/palettes.py
+++ b/palettes.py
@@ -147,6 +147,7 @@ class LinkPalette(Palette):
def __download_activate_cb(self, menu_item):
downloadmanager.save_link(self._url, self._title, self._owner_document)
+
class ImagePalette(Palette):