summaryrefslogtreecommitdiff
path: root/gtk2_ardour/theme_manager.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2011-11-10 02:52:39 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2011-11-10 02:52:39 +0000
commitdbafe45a280cc6c33bb7dca72202c109012cd8eb (patch)
treeee5ee5b2e3c9666eb790e801f27656b02b2f1cbb /gtk2_ardour/theme_manager.h
parenta1cfc8d69f73357fe7192420500045c030e4073f (diff)
2 level structure for theme manager window, to help with all these buttons
git-svn-id: svn://localhost/ardour2/branches/3.0@10526 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/theme_manager.h')
-rw-r--r--gtk2_ardour/theme_manager.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk2_ardour/theme_manager.h b/gtk2_ardour/theme_manager.h
index 6e4adc57a0..37a451da07 100644
--- a/gtk2_ardour/theme_manager.h
+++ b/gtk2_ardour/theme_manager.h
@@ -21,7 +21,7 @@
#define __ardour_gtk_color_manager_h__
#include <gtkmm/treeview.h>
-#include <gtkmm/liststore.h>
+#include <gtkmm/treestore.h>
#include <gtkmm/scrolledwindow.h>
#include <gtkmm/colorselection.h>
#include <gtkmm/radiobutton.h>
@@ -62,7 +62,7 @@ class ThemeManager : public ArdourDialog
ColorDisplayModelColumns columns;
Gtk::TreeView color_display;
- Glib::RefPtr<Gtk::ListStore> color_list;
+ Glib::RefPtr<Gtk::TreeStore> color_list;
Gtk::ColorSelectionDialog color_dialog;
Gtk::ScrolledWindow scroller;
Gtk::HBox theme_selection_hbox;