diff pidgin/gtkidle.c @ 16681:fbf111436896

Patch from John 'rekkanoryo' Bailey to add the padding struct members in pidgin
author Gary Kramlich <grim@reaperworld.com>
date Mon, 30 Apr 2007 01:18:28 +0000
parents 66dff3dfdea6
children 2d6aed3e7c2e
line wrap: on
line diff
--- a/pidgin/gtkidle.c	Mon Apr 30 01:08:22 2007 +0000
+++ b/pidgin/gtkidle.c	Mon Apr 30 01:18:28 2007 +0000
@@ -120,10 +120,14 @@
 static PurpleIdleUiOps ui_ops =
 {
 #if defined(USE_SCREENSAVER) || defined(HAVE_IOKIT)
-	pidgin_get_time_idle
+	pidgin_get_time_idle,
 #else
+	NULL,
+#endif /* USE_SCREENSAVER || HAVE_IOKIT */
+	NULL,
+	NULL,
+	NULL,
 	NULL
-#endif /* USE_SCREENSAVER || HAVE_IOKIT */
 };
 
 PurpleIdleUiOps *