Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/linkbutton.py
diff options
context:
space:
mode:
authorerich koslovsky <erikos@localhost.localdomain>2007-08-19 19:04:45 (GMT)
committer erich koslovsky <erikos@localhost.localdomain>2007-08-19 19:04:45 (GMT)
commit5c57c205af2e2bc88269e1cb2f3b8b1a3f2f75f4 (patch)
treea7afbbe06c03f082b077eb17f7463c529b358ab0 /linkbutton.py
parent5e718541ab535ff845977e4c594175bc27fd597e (diff)
Added button for adding a link.
Added the star icon as a button to add a link. Otherwise you can use ctrl-l to add a link and ctrl-r to remove the currently selected link.
Diffstat (limited to 'linkbutton.py')
-rw-r--r--linkbutton.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/linkbutton.py b/linkbutton.py
index 84c0adb..1f5ac99 100644
--- a/linkbutton.py
+++ b/linkbutton.py
@@ -40,7 +40,7 @@ class LinkButton(gtk.RadioToolButton):
pixbuf = loader.get_pixbuf()
del loader
- xo_buddy = os.path.join(os.path.dirname(__file__), "stock-buddy-link.svg")
+ xo_buddy = os.path.join(os.path.dirname(__file__), "icons/buddy-link.svg")
pixbuf_xo = self._read_xo_icon(xo_buddy, fill, stroke)
width = pixbuf_xo.get_width()