Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/linktoolbar.py
diff options
context:
space:
mode:
authorerich koslovsky <erikos@localhost.localdomain>2007-08-19 14:31:37 (GMT)
committer erich koslovsky <erikos@localhost.localdomain>2007-08-19 14:31:37 (GMT)
commit86abe2346bedc98a249621b080ec85841918c9cc (patch)
treea719dff6806fc71325d92fc8182a515c912f6e8f /linktoolbar.py
parenta5b7dc3a3664a278e700449d352554654e57905e (diff)
Added support to sink members of the shared browser session when they come back. Some cleanups.
Diffstat (limited to 'linktoolbar.py')
-rw-r--r--linktoolbar.py13
1 files changed, 1 insertions, 12 deletions
diff --git a/linktoolbar.py b/linktoolbar.py
index 315d724..0d2c2f3 100644
--- a/linktoolbar.py
+++ b/linktoolbar.py
@@ -49,7 +49,7 @@ class LinkToolbar(gtk.Toolbar):
else:
group = None
- info = 'title: ' + title +'\nurl: '+ url + '\nowner: ' + owner
+ info = 'title: ' + title +'\nurl: '+ url + '\nowner: ' + owner
palette = Palette(info)
palette.props.position = Palette.TOP
@@ -84,17 +84,6 @@ class LinkToolbar(gtk.Toolbar):
if len(self.get_children()) is 0:
self.hide()
return index
-
- ''' deprecated
- def _rm_link_messenger(self, linkname):
- childs = self.get_children()
- for child in childs:
- if child.link_name == linkname:
- self.remove(child)
- if len(self.get_children()) is 0:
- self.hide()
- return
- '''
def _link_rm_palette_cb(self, widget, link):
self.emit('link-rm', link.pos)