diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/interface.cpp | 2 | ||||
| -rw-r--r-- | src/interface.h | 3 |
2 files changed, 1 insertions, 4 deletions
diff --git a/src/interface.cpp b/src/interface.cpp index 77ef9a075..05c8b9844 100644 --- a/src/interface.cpp +++ b/src/interface.cpp @@ -492,7 +492,7 @@ sp_ui_dialog_title_string(Inkscape::Verb *verb, gchar *c) * */ -static GtkWidget *sp_ui_menu_append_item_from_verb(GtkMenu *menu, Inkscape::Verb *verb, Inkscape::UI::View::View *view, bool radio, GSList *group) +static GtkWidget *sp_ui_menu_append_item_from_verb(GtkMenu *menu, Inkscape::Verb *verb, Inkscape::UI::View::View *view, bool radio = false, GSList *group = NULL) { SPAction *action; GtkWidget *item; diff --git a/src/interface.h b/src/interface.h index db98c3ae3..fecfa4ae4 100644 --- a/src/interface.h +++ b/src/interface.h @@ -61,9 +61,6 @@ unsigned int sp_ui_close_all (void); */ GtkWidget *sp_ui_main_menubar (Inkscape::UI::View::View *view); -static GtkWidget *sp_ui_menu_append_item_from_verb(GtkMenu *menu, Inkscape::Verb *verb, Inkscape::UI::View::View *view, bool radio = false, GSList *group = NULL); - - /** * */ |
