Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/ka_html_page.py
diff options
context:
space:
mode:
authorNostalghia <b.vehikel@googlemail.com>2011-01-30 08:37:37 (GMT)
committer Nostalghia <b.vehikel@googlemail.com>2011-01-30 08:37:37 (GMT)
commitff799efb2740dd3dcbc5cfd5e7e253f013470c5c (patch)
treed1fb1c677808b58120f95b76bfbeef88298539ed /ka_html_page.py
parentb577b4444860caf261c755f216e7d65aa48f4adb (diff)
Make the GUI more attractive.
Diffstat (limited to 'ka_html_page.py')
-rw-r--r--ka_html_page.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/ka_html_page.py b/ka_html_page.py
index 2c8f3a4..a1104ca 100644
--- a/ka_html_page.py
+++ b/ka_html_page.py
@@ -51,7 +51,6 @@ class HtmlPage(object):
self._controller = controller
self._widget_list = widget_list
self._parent_widget = parent_widget
-# self._on_switch_page = on_switch_page
self._htmlview = None
self._uri = '' if uri is None else uri
try:
@@ -70,9 +69,6 @@ class HtmlPage(object):
"""Auto connect introduction view."""
self._widget_list.get_widget('kandidNotebook') \
.connect('switch-page', self.on_notebook_switch_page)
-# htmlview = self._widget_list.get_widget(self._parent_widget)
-# htmlview.connect('visibility-notify-event',
-# self.on_page_visibility_notify_event)
def localize(self):
"""A dummy"""