diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2009-05-15 22:32:06 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2009-05-15 22:35:51 +0800 |
commit | 51fda649548a6261fbca060bfcf5b9a7fdf06c91 (patch) | |
tree | feeab98f035568087154c32583f086e0b3ed9b1e | |
parent | f39e3609ac684a70ec4df49c0f8b1cdb2783b558 (diff) | |
download | gsoc2013-empathy-51fda649548a6261fbca060bfcf5b9a7fdf06c91.tar gsoc2013-empathy-51fda649548a6261fbca060bfcf5b9a7fdf06c91.tar.gz gsoc2013-empathy-51fda649548a6261fbca060bfcf5b9a7fdf06c91.tar.bz2 gsoc2013-empathy-51fda649548a6261fbca060bfcf5b9a7fdf06c91.tar.lz gsoc2013-empathy-51fda649548a6261fbca060bfcf5b9a7fdf06c91.tar.xz gsoc2013-empathy-51fda649548a6261fbca060bfcf5b9a7fdf06c91.tar.zst gsoc2013-empathy-51fda649548a6261fbca060bfcf5b9a7fdf06c91.zip |
empathy-accounts-dialog: remove trailing spaces
-rw-r--r-- | src/empathy-accounts-dialog.c | 14 | ||||
-rw-r--r-- | src/empathy-accounts-dialog.h | 2 |
2 files changed, 8 insertions, 8 deletions
diff --git a/src/empathy-accounts-dialog.c b/src/empathy-accounts-dialog.c index e15c0eab1..de20e348e 100644 --- a/src/empathy-accounts-dialog.c +++ b/src/empathy-accounts-dialog.c @@ -17,7 +17,7 @@ * License along with this program; if not, write to the * Free Software Foundation, Inc., 59 Temple Place - Suite 330, * Boston, MA 02111-1307, USA. - * + * * Authors: Martyn Russell <martyn@imendio.com> * Xavier Claessens <xclaesse@gmail.com> */ @@ -217,9 +217,9 @@ accounts_dialog_update_account (EmpathyAccountsDialog *dialog, profile = mc_account_get_profile (account); config_ui = mc_profile_get_configuration_ui (profile); if (!tp_strdiff (config_ui, "jabber")) { - dialog->settings_widget = + dialog->settings_widget = empathy_account_widget_jabber_new (account); - } + } else if (!tp_strdiff (config_ui, "msn")) { dialog ->settings_widget = empathy_account_widget_msn_new (account); @@ -253,7 +253,7 @@ accounts_dialog_update_account (EmpathyAccountsDialog *dialog, empathy_account_widget_groupwise_new (account); } else { - dialog->settings_widget = + dialog->settings_widget = empathy_account_widget_generic_new (account); } @@ -469,7 +469,7 @@ accounts_dialog_model_pixbuf_data_func (GtkTreeViewColumn *tree_column, if (pixbuf) { if (status == TP_CONNECTION_STATUS_DISCONNECTED || - (status == TP_CONNECTION_STATUS_CONNECTING && + (status == TP_CONNECTION_STATUS_CONNECTING && !dialog->connecting_show)) { GdkPixbuf *modded_pixbuf; @@ -954,10 +954,10 @@ accounts_dialog_button_remove_clicked_cb (GtkWidget *button, "they will still be available.")); gtk_dialog_add_button (GTK_DIALOG (message_dialog), - GTK_STOCK_CANCEL, + GTK_STOCK_CANCEL, GTK_RESPONSE_NO); gtk_dialog_add_button (GTK_DIALOG (message_dialog), - GTK_STOCK_REMOVE, + GTK_STOCK_REMOVE, GTK_RESPONSE_YES); gtk_widget_show (message_dialog); diff --git a/src/empathy-accounts-dialog.h b/src/empathy-accounts-dialog.h index 369b2f75b..bac573a35 100644 --- a/src/empathy-accounts-dialog.h +++ b/src/empathy-accounts-dialog.h @@ -17,7 +17,7 @@ * License along with this program; if not, write to the * Free Software Foundation, Inc., 59 Temple Place - Suite 330, * Boston, MA 02111-1307, USA. - * + * * Authors: Martyn Russell <martyn@imendio.com> * Xavier Claessens <xclaesse@gmail.com> */ |