From e32110f08d6888e25db5bcedb7fd274aa8caea51 Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Tue, 10 Jun 2014 11:56:07 -0500 Subject: in UhaWakeupTimer, ensure the timeout signal gets emitted from inside a glib idle callback. --- src/wakeup-timer-uha.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/wakeup-timer-uha.cpp b/src/wakeup-timer-uha.cpp index 7e19075..437eda2 100644 --- a/src/wakeup-timer-uha.cpp +++ b/src/wakeup-timer-uha.cpp @@ -102,7 +102,7 @@ private: static gboolean kick_idle (gpointer gself) { - static_cast(gself)->timeout(); + static_cast(gself)->m_timeout(); return G_SOURCE_REMOVE; } -- cgit v1.2.3