summaryrefslogtreecommitdiff
path: root/gtk2_ardour/mixer_strip.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-11-19 00:56:35 +0000
committerDavid Robillard <d@drobilla.net>2011-11-19 00:56:35 +0000
commit05283a63398fd7a563480a76802e6b2c2ad2e404 (patch)
treea0906614a0fc132fca8d5c910fdc97f5e694585b /gtk2_ardour/mixer_strip.h
parenta9fb657a47470c5cb439bca5745d4fec8d16b322 (diff)
Only use ArdourDialog (and thus Gtk::Dialog) for actual dialogs.
Fixes #4364. I havn't fully tested every single dialog and window (heck, I don't even know how to get at half of them), and there may be some packing niggles, but this is the bulk of the work. The Gnome 3 kiddies can close their dialogs now, anyway :) git-svn-id: svn://localhost/ardour2/branches/3.0@10699 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/mixer_strip.h')
-rw-r--r--gtk2_ardour/mixer_strip.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk2_ardour/mixer_strip.h b/gtk2_ardour/mixer_strip.h
index 82ab35f332..8e0100ed75 100644
--- a/gtk2_ardour/mixer_strip.h
+++ b/gtk2_ardour/mixer_strip.h
@@ -52,7 +52,6 @@
#include "panner_ui.h"
#include "enums.h"
#include "processor_box.h"
-#include "ardour_dialog.h"
#include "visibility_group.h"
namespace ARDOUR {
@@ -73,6 +72,7 @@ class Mixer_UI;
class IOSelectorWindow;
class MotionController;
class RouteGroupMenu;
+class ArdourWindow;
class MixerStrip : public RouteUI, public Gtk::EventBox
{
@@ -202,7 +202,7 @@ class MixerStrip : public RouteUI, public Gtk::EventBox
Gtk::Button name_button;
- ArdourDialog* comment_window;
+ ArdourWindow* comment_window;
Gtk::TextView* comment_area;
Gtk::Button _comment_button;