mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-31 19:07:43 +01:00
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:
parent
5c847268af
commit
b5431ab2fc
1 changed files with 1 additions and 1 deletions
|
|
@ -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 ();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue