From 870f31e01755105a52ab534623acf8cd61836792 Mon Sep 17 00:00:00 2001 From: Kris De Gussem Date: Tue, 24 Apr 2012 21:01:58 +0200 Subject: Memory management in context menu (Bug #910529 ) (bzr r11290) --- src/interface.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/interface.h') 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 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 */ -- cgit v1.2.3 From c77015681d34ba29fe32c05c47e2e1de0a9c7364 Mon Sep 17 00:00:00 2001 From: Kris De Gussem Date: Wed, 25 Apr 2012 21:21:46 +0200 Subject: Issue with my last commit (bzr r11293) --- src/interface.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/interface.h') diff --git a/src/interface.h b/src/interface.h index 422a18603..029bb4154 100644 --- a/src/interface.h +++ b/src/interface.h @@ -123,7 +123,6 @@ class ContextMenu : public Gtk::Menu 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 */ -- cgit v1.2.3