From 9decb3e027b402438471f357d5a17f4c5190a039 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Tue, 3 Jul 2007 21:02:29 +0000 Subject: 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 --- gtk2_ardour/time_axis_view_item.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gtk2_ardour/time_axis_view_item.h') diff --git a/gtk2_ardour/time_axis_view_item.h b/gtk2_ardour/time_axis_view_item.h index 118a042920..4be3d4eabb 100644 --- a/gtk2_ardour/time_axis_view_item.h +++ b/gtk2_ardour/time_axis_view_item.h @@ -261,7 +261,7 @@ class TimeAxisViewItem : public Selectable bool name_active() const { return name_connected; } // Default sizes, font and spacing - static Pango::FontDescription NAME_FONT ; + static Pango::FontDescription* NAME_FONT ; static bool have_name_font; static const double NAME_X_OFFSET ; static const double GRAB_HANDLE_LENGTH ; -- cgit v1.2.3