diff options
Diffstat (limited to 'src/ui/messenger.c')
-rw-r--r-- | src/ui/messenger.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ui/messenger.c b/src/ui/messenger.c index 4479b4e..ebfde36 100644 --- a/src/ui/messenger.c +++ b/src/ui/messenger.c @@ -80,7 +80,8 @@ handle_back_button_click(UNUSED GtkButton* button, } static void -handle_main_window_destroy(gpointer user_data) +handle_main_window_destroy(UNUSED GtkWidget *window, + gpointer user_data) { MESSENGER_Application *app = (MESSENGER_Application*) user_data; |