diff options
| author | Kris De Gussem <kris.degussem@gmail.com> | 2012-04-24 19:01:58 +0000 |
|---|---|---|
| committer | Kris <Kris.De.Gussem@hotmail.com> | 2012-04-24 19:01:58 +0000 |
| commit | 870f31e01755105a52ab534623acf8cd61836792 (patch) | |
| tree | 30475c4ee0c918ce1cd1cbd34185858a63107791 /src/interface.h | |
| parent | Fix for 943275 : OCAL search crash when data not avaialable (diff) | |
| download | inkscape-870f31e01755105a52ab534623acf8cd61836792.tar.gz inkscape-870f31e01755105a52ab534623acf8cd61836792.zip | |
Memory management in context menu (Bug #910529 )
(bzr r11290)
Diffstat (limited to 'src/interface.h')
| -rw-r--r-- | src/interface.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interface.h b/src/interface.h index 1ea13f639..422a18603 100644 --- a/src/interface.h +++ b/src/interface.h @@ -120,10 +120,10 @@ class ContextMenu : public Gtk::Menu int positionOfLastDialog; - std::vector<Gtk::SeparatorMenuItem*> separators; //contains pointers to separators Gtk::MenuItem MIGroup; //menu entry to enter a group Gtk::MenuItem MIParent; //menu entry to leave a group + void on_hide(); /** * auxiliary function that adds a separator line in the context menu */ |
