summaryrefslogtreecommitdiff
path: root/libs/gtkmm2
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2007-08-17 16:48:49 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2007-08-17 16:48:49 +0000
commit8614e6b6b61ef036020af06e13f904638ede3410 (patch)
tree961763407d0771d0c07e814a9723893d67248b51 /libs/gtkmm2
parentf5d5974b9807f169f0555537fe3a95e3cc60693b (diff)
changes to niceify the audio setup dialog on OS X, plus that fix for brand new GTK+
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2322 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/gtkmm2')
-rw-r--r--libs/gtkmm2/gtk/gtkmm/toolbar.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/gtkmm2/gtk/gtkmm/toolbar.cc b/libs/gtkmm2/gtk/gtkmm/toolbar.cc
index a8d10a7dde..8e51d70501 100644
--- a/libs/gtkmm2/gtk/gtkmm/toolbar.cc
+++ b/libs/gtkmm2/gtk/gtkmm/toolbar.cc
@@ -30,7 +30,7 @@
//but the GtkToolbar compatibility system is particularly unpleasant, so we just removed it in gtkmm 2.4. murrayc.
//In future, this GTK_DISABLE_DEPRECATED might be inappropriate because it might cover extra GTK+ API. Just remove it then.
-#define GTK_DISABLE_DEPRECATED
+// #define GTK_DISABLE_DEPRECATED
#include <glib.h>
#include <gtkmm/button.h>