diff options
| author | Patrick Storz <eduard.braun2@gmx.de> | 2019-07-20 23:57:49 +0000 |
|---|---|---|
| committer | Patrick Storz <eduard.braun2@gmx.de> | 2019-07-20 23:57:49 +0000 |
| commit | 0d3eeb3cc05536d1ca92337aa264e77e03faa6d8 (patch) | |
| tree | 2d5fe8931d1cf59b083582bc1dd7f8a6ac18ff9a /src/ui/dialog/objects.h | |
| parent | Fix icon positions in context menus of Layers and Objects dialogs (diff) | |
| download | inkscape-0d3eeb3cc05536d1ca92337aa264e77e03faa6d8.tar.gz inkscape-0d3eeb3cc05536d1ca92337aa264e77e03faa6d8.zip | |
Simplify code for context menu items of Layers and Objects dialogs
Diffstat (limited to 'src/ui/dialog/objects.h')
| -rw-r--r-- | src/ui/dialog/objects.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/dialog/objects.h b/src/ui/dialog/objects.h index 79fb92509..04c0a02b3 100644 --- a/src/ui/dialog/objects.h +++ b/src/ui/dialog/objects.h @@ -164,7 +164,7 @@ private: void _styleButton( Gtk::Button& btn, char const* iconName, char const* tooltip ); void _fireAction( unsigned int code ); - Gtk::MenuItem& _addPopupItem( SPDesktop *desktop, unsigned int code, char const* iconName, char const* fallback, int id ); + Gtk::MenuItem& _addPopupItem( SPDesktop *desktop, unsigned int code, int id ); void _setVisibleIter( const Gtk::TreeModel::iterator& iter, const bool visible ); void _setLockedIter( const Gtk::TreeModel::iterator& iter, const bool locked ); |
