From 5ff2b113a5459d1b7f9ef7c5377d902083706279 Mon Sep 17 00:00:00 2001 From: Marc Maurer Date: Tue, 20 Mar 2007 11:26:53 +0000 Subject: Rename the insert image stock icon --- 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) -- cgit v0.9.1