From 8d9c88f48fba1b73301880120ff123d0c1e9338a Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 18 Aug 2010 13:12:45 +0000 Subject: [PATCH] Fix another potential similar bug. git-svn-id: svn://localhost/ardour2/branches/3.0@7649 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/ardour_ui_ed.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk2_ardour/ardour_ui_ed.cc b/gtk2_ardour/ardour_ui_ed.cc index be82a74403..7ebd89d7cd 100644 --- a/gtk2_ardour/ardour_ui_ed.cc +++ b/gtk2_ardour/ardour_ui_ed.cc @@ -598,7 +598,7 @@ ARDOUR_UI::big_clock_realized () void ARDOUR_UI::float_big_clock (Gtk::Window* parent) { - if (big_clock_window) { + if (big_clock_window->get()) { if (parent) { big_clock_window->get()->set_transient_for (*parent); } else {