summaryrefslogtreecommitdiff
path: root/gtk2_ardour/automation_time_axis.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2007-07-03 21:02:29 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2007-07-03 21:02:29 +0000
commit9decb3e027b402438471f357d5a17f4c5190a039 (patch)
treeaef074cdfe656708cebd622941a55c5f9ad91f70 /gtk2_ardour/automation_time_axis.h
parent133a66920bbdd3bc11bd4ae866048b0f1f52ecd4 (diff)
remove static Pango::FontDescriptions, they cause glib errors because of initialization before Glib::thread_init() has been called
git-svn-id: svn://localhost/ardour2/trunk@2100 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/automation_time_axis.h')
-rw-r--r--gtk2_ardour/automation_time_axis.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/automation_time_axis.h b/gtk2_ardour/automation_time_axis.h
index c1dc72317c..a52db758b8 100644
--- a/gtk2_ardour/automation_time_axis.h
+++ b/gtk2_ardour/automation_time_axis.h
@@ -166,7 +166,7 @@ class AutomationTimeAxisView : public TimeAxisView {
void set_colors ();
void color_handler ();
- static Pango::FontDescription name_font;
+ static Pango::FontDescription* name_font;
static bool have_name_font;
};