From 5c57c205af2e2bc88269e1cb2f3b8b1a3f2f75f4 Mon Sep 17 00:00:00 2001 From: erich koslovsky Date: Sun, 19 Aug 2007 19:04:45 +0000 Subject: 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. --- (limited to 'linkbutton.py') 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() -- cgit v0.9.1