fix previous clock fix, having noticed use of connect_seconds()
git-svn-id: svn://localhost/ardour2/branches/3.0@13733 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
@@ -428,7 +428,7 @@ ARDOUR_UI::post_engine ()
|
||||
#ifndef GTKOSX
|
||||
/* OS X provides a nearly-always visible wallclock, so don't be stupid */
|
||||
update_wall_clock ();
|
||||
Glib::signal_timeout().connect_seconds (sigc::mem_fun(*this, &ARDOUR_UI::update_wall_clock), 1000);
|
||||
Glib::signal_timeout().connect_seconds (sigc::mem_fun(*this, &ARDOUR_UI::update_wall_clock), 1);
|
||||
#endif
|
||||
|
||||
update_disk_space ();
|
||||
|
||||
Reference in New Issue
Block a user