Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/activities/web/webactivity.py
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@localhost.localdomain>2006-10-13 18:55:33 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2006-10-13 18:55:33 (GMT)
commit37c5aaf1393e43670fa94984be945df9bd55e6c4 (patch)
tree204b8c524f3a0c5723f604c38a4e5274ca824724 /activities/web/webactivity.py
parent3c0b08c81105ce955de0616394eee2c65365ac2e (diff)
More style fixes. Get it to work with multiple buddies on the same box.
Diffstat (limited to 'activities/web/webactivity.py')
-rw-r--r--activities/web/webactivity.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/activities/web/webactivity.py b/activities/web/webactivity.py
index 4bad200..fa8282f 100644
--- a/activities/web/webactivity.py
+++ b/activities/web/webactivity.py
@@ -35,8 +35,6 @@ class WebActivity(Activity):
hbox = gtk.HBox()
hbox.pack_start(links_view, False)
- links_view.show()
-
hbox.pack_start(self._browser)
self._browser.show()