diff options
| author | Kris De Gussem <kris.degussem@gmail.com> | 2012-04-25 19:21:46 +0000 |
|---|---|---|
| committer | Kris <Kris.De.Gussem@hotmail.com> | 2012-04-25 19:21:46 +0000 |
| commit | c77015681d34ba29fe32c05c47e2e1de0a9c7364 (patch) | |
| tree | 035be529d51bf736d2ed72854c188aa9e839a8b6 /src/interface.cpp | |
| parent | Fix for 979577 : Replace deprecated gtk_option_menu with gtk_combo_box - Fix ... (diff) | |
| download | inkscape-c77015681d34ba29fe32c05c47e2e1de0a9c7364.tar.gz inkscape-c77015681d34ba29fe32c05c47e2e1de0a9c7364.zip | |
Issue with my last commit
(bzr r11293)
Diffstat (limited to 'src/interface.cpp')
| -rw-r--r-- | src/interface.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/interface.cpp b/src/interface.cpp index d8284cee8..d43662317 100644 --- a/src/interface.cpp +++ b/src/interface.cpp @@ -1651,11 +1651,6 @@ ContextMenu::~ContextMenu(void) { } -void ContextMenu::on_hide() -{ - delete this; -} - Gtk::SeparatorMenuItem* ContextMenu::AddSeparator(void) { Gtk::SeparatorMenuItem* sep = manage(new Gtk::SeparatorMenuItem()); |
