From e493b2b7c4fbbbfc457f02babf9546289b430177 Mon Sep 17 00:00:00 2001 From: Taybin Rutkin Date: Sun, 25 Sep 2005 20:33:00 +0000 Subject: Fly my pretties! git-svn-id: svn://localhost/trunk/ardour2@28 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/gui_thread.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gtk2_ardour/gui_thread.h') diff --git a/gtk2_ardour/gui_thread.h b/gtk2_ardour/gui_thread.h index 7b09007d80..0e88ad5d77 100644 --- a/gtk2_ardour/gui_thread.h +++ b/gtk2_ardour/gui_thread.h @@ -2,8 +2,8 @@ #define __ardour_gtk_gui_thread_h__ #define ENSURE_GUI_THREAD(slot) \ - if (!Gtkmmext::UI::instance()->caller_is_gui_thread()) {\ - Gtkmmext::UI::instance()->call_slot ((slot));\ + if (!Gtkmm2ext::UI::instance()->caller_is_gui_thread()) {\ + Gtkmm2ext::UI::instance()->call_slot ((slot));\ return;\ } -- cgit v1.2.3