]> git.0d.be Git - empathy.git/commitdiff
Fix a long line
authorCosimo Cecchi <cosimoc@gnome.org>
Tue, 1 Sep 2009 11:05:12 +0000 (13:05 +0200)
committerCosimo Cecchi <cosimoc@gnome.org>
Sun, 6 Sep 2009 12:51:34 +0000 (14:51 +0200)
src/empathy-accounts-dialog.c

index 05bdb6f2e56e5d75e66ede46d4ecf390036db3a1..e10f72270e491a0f203908e3fa5936d1d7e451e8 100644 (file)
@@ -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);