Merge branch 'master' of ssh://git.carlh.net/home/carl/git/dcpomatic
[dcpomatic.git] / src / lib / signal_manager.h
index b8d892c41dc264e527d094e6336c9ebd8697125b..62afacade3139fc965b298887b87c20842ace5d4 100644 (file)
@@ -46,8 +46,8 @@ public:
 
        /** Call this in the UI when it is idle */
        size_t ui_idle () {
-               /* This executes any functors that have been post()ed to _service */
-               return _service.poll ();
+               /* This executes one of the functors that has been post()ed to _service */
+               return _service.poll_one ();
        }
 
        /** This should wake the UI and make it call ui_idle() */