summaryrefslogtreecommitdiff
path: root/pidgin/gtkidle.c
diff options
context:
space:
mode:
authorGary Kramlich <grim@reaperworld.com>2007-04-30 01:18:28 +0000
committerGary Kramlich <grim@reaperworld.com>2007-04-30 01:18:28 +0000
commitb83d317a78631d9477b036be2e244af4bea554b6 (patch)
treeb382907ece49b30b14b3637fd3b831e3fd394e53 /pidgin/gtkidle.c
parent85dede3aef1a0c592d36ed0292b94cc2915b30fc (diff)
downloadpidgin-padding.tar.gz
Patch from John 'rekkanoryo' Bailey to add the padding struct members in pidginpadding
Diffstat (limited to 'pidgin/gtkidle.c')
-rw-r--r--pidgin/gtkidle.c8
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 *