From: Jonathan Tellier Date: Fri, 28 Aug 2009 18:55:27 +0000 (-0400) Subject: Fixed style X-Git-Url: https://git.0d.be/?p=empathy.git;a=commitdiff_plain;h=cd277c0c7cbe0389c242abb58b995389000f3e53 Fixed style --- diff --git a/src/empathy-accounts-dialog.c b/src/empathy-accounts-dialog.c index ebc8efe6..c90074ba 100644 --- a/src/empathy-accounts-dialog.c +++ b/src/empathy-accounts-dialog.c @@ -488,19 +488,20 @@ accounts_dialog_button_add_clicked_cb (GtkWidget *button, if (accounts_dialog_has_pending_change (dialog, &account)) { - gchar *question_dialog_primary_text = g_strdup_printf ( - PENDING_CHANGES_QUESTION_PRIMARY_TEXT, - empathy_account_get_display_name (account)); - - accounts_dialog_show_question_dialog (dialog, question_dialog_primary_text, - _("You are about to create a new account, which will discard\n" - "your changes. Are you sure you want to proceed?"), - G_CALLBACK (accounts_dialog_add_pending_changes_response_cb), - dialog, - GTK_STOCK_CANCEL, GTK_RESPONSE_NO, - GTK_STOCK_DISCARD, GTK_RESPONSE_YES, NULL); - - g_free (question_dialog_primary_text); + gchar *question_dialog_primary_text = g_strdup_printf ( + PENDING_CHANGES_QUESTION_PRIMARY_TEXT, + empathy_account_get_display_name (account)); + + accounts_dialog_show_question_dialog (dialog, + question_dialog_primary_text, + _("You are about to create a new account, which will discard\n" + "your changes. Are you sure you want to proceed?"), + G_CALLBACK (accounts_dialog_add_pending_changes_response_cb), + dialog, + GTK_STOCK_CANCEL, GTK_RESPONSE_NO, + GTK_STOCK_DISCARD, GTK_RESPONSE_YES, NULL); + + g_free (question_dialog_primary_text); } else { @@ -969,7 +970,8 @@ accounts_dialog_account_selection_change (GtkTreeSelection *selection, PENDING_CHANGES_QUESTION_PRIMARY_TEXT, empathy_account_get_display_name (account)); - accounts_dialog_show_question_dialog (dialog, question_dialog_primary_text, + accounts_dialog_show_question_dialog (dialog, + question_dialog_primary_text, _("You are about to select another account, which will discard\n" "your changes. Are you sure you want to proceed?"), G_CALLBACK (accounts_dialog_selection_change_response_cb), @@ -1456,7 +1458,8 @@ accounts_dialog_response_cb (GtkWidget *widget, PENDING_CHANGES_QUESTION_PRIMARY_TEXT, empathy_account_get_display_name (account)); - accounts_dialog_show_question_dialog (dialog, question_dialog_primary_text, + accounts_dialog_show_question_dialog (dialog, + question_dialog_primary_text, _("You are about to close the window, which will discard\n" "your changes. Are you sure you want to proceed?"), G_CALLBACK (accounts_dialog_close_response_cb),