summaryrefslogtreecommitdiff
path: root/finch/finch.c
diff options
context:
space:
mode:
Diffstat (limited to 'finch/finch.c')
-rw-r--r--finch/finch.c16
1 files changed, 14 insertions, 2 deletions
diff --git a/finch/finch.c b/finch/finch.c
index 6d8ab0719b..42e075fdf3 100644
--- a/finch/finch.c
+++ b/finch/finch.c
@@ -59,7 +59,13 @@ static PurpleCoreUiOps core_ops =
finch_prefs_init,
debug_init,
gnt_ui_init,
- gnt_ui_uninit
+ gnt_ui_uninit,
+
+ /* padding */
+ NULL,
+ NULL,
+ NULL,
+ NULL
};
static PurpleCoreUiOps *
@@ -149,7 +155,13 @@ static PurpleEventLoopUiOps eventloop_ops =
g_source_remove,
gnt_input_add,
g_source_remove,
- NULL /* input_get_error */
+ NULL, /* input_get_error */
+
+ /* padding */
+ NULL,
+ NULL,
+ NULL,
+ NULL
};
static PurpleEventLoopUiOps *