summaryrefslogtreecommitdiff
path: root/pidgin/gtkdebug.c
diff options
context:
space:
mode:
Diffstat (limited to 'pidgin/gtkdebug.c')
-rw-r--r--pidgin/gtkdebug.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/pidgin/gtkdebug.c b/pidgin/gtkdebug.c
index 93452aa893..e9d65dec3f 100644
--- a/pidgin/gtkdebug.c
+++ b/pidgin/gtkdebug.c
@@ -1116,7 +1116,11 @@ pidgin_debug_is_enabled(PurpleDebugLevel level, const char *category)
static PurpleDebugUiOps ops =
{
pidgin_debug_print,
- pidgin_debug_is_enabled
+ pidgin_debug_is_enabled,
+ NULL,
+ NULL,
+ NULL,
+ NULL
};
PurpleDebugUiOps *