change ActionManager::find_action() back to ActionManager::get_action()
[ardour.git] / gtk2_ardour / floating_text_entry.h
index 764d1fce3764c7e3c554a2b4c4bd386515fe96de..0527feca9949ee2f33ee2112388c4ac8f7c55081 100644 (file)
@@ -39,7 +39,6 @@ public:
 private:
        Gtk::Entry entry;
        bool entry_changed;
-       bool by_popup_menu;
 
        /* handlers for Entry events */
        bool entry_focus_out (GdkEventFocus*);
@@ -48,7 +47,10 @@ private:
        void activated ();
        bool button_press (GdkEventButton*);
        void changed ();
-       void populate_popup (Gtk::Menu*);
+       void idle_delete_self ();
+       void disconect_signals ();
+
+       std::list<sigc::connection> _connections;
 
        /* handlers for window events */