diff options
| author | Alex Valavanis <valavanisalex@gmail.com> | 2016-12-27 15:49:22 +0000 |
|---|---|---|
| committer | Alexander Valavanis <valavanisalex@gmail.com> | 2016-12-27 15:49:22 +0000 |
| commit | 2e8438d76a5f26719d381843cd3ce3fa694809fb (patch) | |
| tree | 124c94c338c3801d5ffdec22be5c77ee5b1ae490 /src/widgets/toolbox.cpp | |
| parent | Rm more deprecated Gtk::Stock (diff) | |
| download | inkscape-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.cpp | 2 |
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; |
