[empathy] empathy-accounts-dialog: remove trailing tabs



commit 2a99081f8dbccd419e171a26f452a1334fe535d4
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date:   Wed Jun 24 15:23:13 2009 +0100

    empathy-accounts-dialog: remove trailing tabs

 src/empathy-accounts-dialog.c |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/src/empathy-accounts-dialog.c b/src/empathy-accounts-dialog.c
index 1dcde45..4e2f439 100644
--- a/src/empathy-accounts-dialog.c
+++ b/src/empathy-accounts-dialog.c
@@ -397,7 +397,7 @@ accounts_dialog_model_add_columns (EmpathyAccountsDialog *dialog)
 	g_signal_connect (cell, "toggled",
 			  G_CALLBACK (accounts_dialog_enable_toggled_cb),
 			  dialog);
-	
+
 	/* Account column */
 	column = gtk_tree_view_column_new ();
 	gtk_tree_view_column_set_title (column, _("Accounts"));
@@ -440,7 +440,7 @@ accounts_dialog_model_select_first (EmpathyAccountsDialog *dialog)
 	/* select first */
 	view = GTK_TREE_VIEW (dialog->treeview);
 	model = gtk_tree_view_get_model (view);
-	
+
 	if (gtk_tree_model_get_iter_first (model, &iter)) {
 		selection = gtk_tree_view_get_selection (view);
 		gtk_tree_selection_select_iter (selection, &iter);
@@ -510,7 +510,7 @@ accounts_dialog_get_account_iter (EmpathyAccountsDialog *dialog,
 	GtkTreeSelection *selection;
 	GtkTreeModel     *model;
 	gboolean          ok;
-	
+
 	/* Update the status in the model */
 	view = GTK_TREE_VIEW (dialog->treeview);
 	selection = gtk_tree_view_get_selection (view);
@@ -730,7 +730,7 @@ accounts_dialog_connection_changed_cb     (EmpathyAccountManager    *manager,
 	GtkTreeModel *model;
 	GtkTreeIter   iter;
 	gboolean      found;
-	
+
 	/* Update the status in the model */
 	model = gtk_tree_view_get_model (GTK_TREE_VIEW (dialog->treeview));
 
@@ -1041,7 +1041,7 @@ accounts_dialog_destroy_cb (GtkWidget            *widget,
 
 	g_object_unref (dialog->account_manager);
 	g_object_unref (dialog->mc);
-	
+
 	g_free (dialog);
 }
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]