[empathy] Fix a long line
- From: Cosimo Cecchi <cosimoc src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [empathy] Fix a long line
- Date: Sun, 6 Sep 2009 12:52:06 +0000 (UTC)
commit e0c20c667a0a15a07b7cab30337f1078038968f3
Author: Cosimo Cecchi <cosimoc gnome org>
Date: Tue Sep 1 13:05:12 2009 +0200
Fix a long line
src/empathy-accounts-dialog.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/src/empathy-accounts-dialog.c b/src/empathy-accounts-dialog.c
index 05bdb6f..e10f722 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);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]