Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/webtoolbar.py
diff options
context:
space:
mode:
authorLucian Branescu Mihaila <lucian.branescu@gmail.com>2010-06-19 17:33:04 (GMT)
committer Lucian Branescu Mihaila <lucian.branescu@gmail.com>2010-06-19 17:33:04 (GMT)
commitd1aa885e319c2c14d41fac8d39e958154e0ca329 (patch)
tree1e4b713675f9e6ac1edcf30c43997d683641de45 /webtoolbar.py
parent0a3d8753901589b3d1f90910f121ca7694d70320 (diff)
Implement sessions, homepage and various fixes.
Diffstat (limited to 'webtoolbar.py')
-rw-r--r--webtoolbar.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/webtoolbar.py b/webtoolbar.py
index 361b016..2ac520d 100644
--- a/webtoolbar.py
+++ b/webtoolbar.py
@@ -216,7 +216,7 @@ class WebEntry(AddressEntry):
else:
self._search_popup()
-
+#TODO
class PrimaryToolbar(ToolbarBox):
__gtype_name__ = 'PrimaryToolbar'