summaryrefslogtreecommitdiffstats
path: root/src/widgets/toolbox.cpp
diff options
context:
space:
mode:
authorAlex Valavanis <valavanisalex@gmail.com>2016-12-27 15:49:22 +0000
committerAlexander Valavanis <valavanisalex@gmail.com>2016-12-27 15:49:22 +0000
commit2e8438d76a5f26719d381843cd3ce3fa694809fb (patch)
tree124c94c338c3801d5ffdec22be5c77ee5b1ae490 /src/widgets/toolbox.cpp
parentRm more deprecated Gtk::Stock (diff)
downloadinkscape-2e8438d76a5f26719d381843cd3ce3fa694809fb.tar.gz
inkscape-2e8438d76a5f26719d381843cd3ce3fa694809fb.zip
Rm remaining Gtk::Stock usage
(bzr r15368)
Diffstat (limited to 'src/widgets/toolbox.cpp')
-rw-r--r--src/widgets/toolbox.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/toolbox.cpp b/src/widgets/toolbox.cpp
index b72a8d5dc..758a3125b 100644
--- a/src/widgets/toolbox.cpp
+++ b/src/widgets/toolbox.cpp
@@ -676,7 +676,7 @@ VerbAction::~VerbAction()
Gtk::Widget* VerbAction::create_menu_item_vfunc()
{
// First call in to get the icon rendered if present in SVG
- Gtk::Widget *widget = sp_icon_get_icon( property_stock_id().get_value().get_string(), Inkscape::ICON_SIZE_MENU );
+ Gtk::Widget *widget = sp_icon_get_icon( get_icon_name(), Inkscape::ICON_SIZE_MENU );
delete widget;
widget = 0;