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-24 12:08:38 (GMT)
committer Lucian Branescu Mihaila <lucian.branescu@gmail.com>2010-06-24 12:08:38 (GMT)
commit316dec1c038d3880c12c2bef34408ff3c11a275e (patch)
tree7cad25f0ea186dfa923bb0603680e87e84a7e9d0 /palettes.py
parent792c135e9aee821bf22640649228d3e5d035f568 (diff)
Fix various things.webkit
Diffstat (limited to 'palettes.py')
-rw-r--r--palettes.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/palettes.py b/palettes.py
index 47009f9..02329be 100644
--- a/palettes.py
+++ b/palettes.py
@@ -50,6 +50,7 @@ class ContentInvoker(Invoker):
return None
def handleEvent(self, event):
+ #TODO rewrite
if event.button != 2:
return
@@ -79,6 +80,7 @@ class ContentInvoker(Invoker):
class LinkPalette(Palette):
+ #TODO rewrite
def __init__(self, browser, title, url, owner_document):
Palette.__init__(self)
@@ -147,7 +149,6 @@ class LinkPalette(Palette):
def __download_activate_cb(self, menu_item):
downloadmanager.save_link(self._url, self._title, self._owner_document)
-
class ImagePalette(Palette):