diff options
Diffstat (limited to 'pidgin/gtkidle.c')
-rw-r--r-- | pidgin/gtkidle.c | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/pidgin/gtkidle.c b/pidgin/gtkidle.c index 5e7c35c7f1..88ff241cda 100644 --- a/pidgin/gtkidle.c +++ b/pidgin/gtkidle.c @@ -120,10 +120,14 @@ pidgin_get_time_idle() static PurpleIdleUiOps ui_ops = { #if defined(USE_SCREENSAVER) || defined(HAVE_IOKIT) - pidgin_get_time_idle + pidgin_get_time_idle, #else - NULL + NULL, #endif /* USE_SCREENSAVER || HAVE_IOKIT */ + NULL, + NULL, + NULL, + NULL }; PurpleIdleUiOps * |