Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/linkbutton.py
diff options
context:
space:
mode:
authorSimon Schampijer <simon@schampijer.de>2007-09-01 11:43:57 (GMT)
committer Simon Schampijer <simon@schampijer.de>2007-09-01 11:43:57 (GMT)
commit4be8cb19359129b99cd0f195b31613844e53f266 (patch)
tree61b345423be434c42c1e28d32f0d1c5974f8939c /linkbutton.py
parent632354861696311d758b35e8d7c7888b47a2f7b4 (diff)
Adopt to the changes in the palette invoker
Diffstat (limited to 'linkbutton.py')
-rw-r--r--linkbutton.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/linkbutton.py b/linkbutton.py
index f5ad9cc..5716812 100644
--- a/linkbutton.py
+++ b/linkbutton.py
@@ -23,7 +23,6 @@ import rsvg
import re
from sugar.graphics.palette import Palette
-from sugar.graphics.palette import WidgetInvoker
from sugar.graphics.tray import TrayButton
from sugar.graphics.icon import Icon
from sugar.graphics import style
@@ -88,7 +87,6 @@ class LinkButton(TrayButton, gobject.GObject):
def setup_rollover_options(self, info):
palette = Palette(info)
self.set_palette(palette)
- palette.props.invoker = WidgetInvoker(self)
menu_item = gtk.MenuItem(_('Remove'))
menu_item.connect('activate', self.item_remove_cb)