aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-accounts-dialog.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/empathy-accounts-dialog.c')
-rw-r--r--src/empathy-accounts-dialog.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/empathy-accounts-dialog.c b/src/empathy-accounts-dialog.c
index 05bdb6f2e..e10f72270 100644
--- a/src/empathy-accounts-dialog.c
+++ b/src/empathy-accounts-dialog.c
@@ -457,7 +457,8 @@ accounts_dialog_show_question_dialog (EmpathyAccountsDialog *dialog,
gint response_id;
response_id = va_arg (button_args, gint);
- gtk_dialog_add_button (GTK_DIALOG (message_dialog), button_text, response_id);
+ gtk_dialog_add_button (GTK_DIALOG (message_dialog), button_text,
+ response_id);
}
va_end (button_args);