diff options
| author | Alex Valavanis <valavanisalex@gmail.com> | 2011-06-26 00:35:24 +0000 |
|---|---|---|
| committer | Alex Valavanis <valavanisalex@gmail.com> | 2011-06-26 00:35:24 +0000 |
| commit | f97ba1433f75939aa5b1a1f514e33c1bf8b7e06d (patch) | |
| tree | b32e7937f2aa8d1f08b2d22eee9d612453d90881 /src/widgets/sp-color-notebook.cpp | |
| parent | Gtk cleanup: gtk_object_set_data (diff) | |
| parent | Gtk cleanup: gtk_menu_append (diff) | |
| download | inkscape-f97ba1433f75939aa5b1a1f514e33c1bf8b7e06d.tar.gz inkscape-f97ba1433f75939aa5b1a1f514e33c1bf8b7e06d.zip | |
Gtk cleanup: gtk_menu_append
(bzr r10364)
Diffstat (limited to 'src/widgets/sp-color-notebook.cpp')
| -rw-r--r-- | src/widgets/sp-color-notebook.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/sp-color-notebook.cpp b/src/widgets/sp-color-notebook.cpp index e3e28979d..0379fa141 100644 --- a/src/widgets/sp-color-notebook.cpp +++ b/src/widgets/sp-color-notebook.cpp @@ -294,7 +294,7 @@ void ColorNotebook::init() GtkWidget *item = gtk_check_menu_item_new_with_label (_(entry->name)); gtk_check_menu_item_set_active (GTK_CHECK_MENU_ITEM (item), entry->enabledFull); gtk_widget_show (item); - gtk_menu_append (menu, item); + gtk_menu_shell_append (GTK_MENU_SHELL(menu), item); g_signal_connect (G_OBJECT (item), "activate", G_CALLBACK (sp_color_notebook_menuitem_response), |
