Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Maurer <uwog@uwog.net>2007-03-20 11:26:53 (GMT)
committer Marc Maurer <uwog@uwog.net>2007-03-20 11:26:53 (GMT)
commit5ff2b113a5459d1b7f9ef7c5377d902083706279 (patch)
tree577608a61ffe8f065e3868181ec7b53c4e059eee
parent28caa6dbd23b51395a79460389d23c9aebd36fb9 (diff)
Rename the insert image stock icon
-rw-r--r--toolbar.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolbar.py b/toolbar.py
index c55308d..9fd199a 100644
--- a/toolbar.py
+++ b/toolbar.py
@@ -80,7 +80,7 @@ class AbiToolbar(object):
toolbar.append(self._align_right)
# theme:stock-image does not exist yet; someone kick Eben please :)
- self._image = IconButton(icon_name='theme:stock-image')
+ self._image = IconButton(icon_name='theme:stock-insert-image')
self._image_id = self._image.connect("activated", self._image_cb)
toolbar.append(self._image)