aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2009-06-24 22:23:28 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2009-06-25 00:32:26 +0800
commite25f7f1a2f082c0dc6294cbeb39ca71c86366f87 (patch)
tree220d61707f042d5c798212837d0e5695eac83758 /src
parent7aa191693d4636b12df13eb1e85366252010e801 (diff)
downloadgsoc2013-empathy-e25f7f1a2f082c0dc6294cbeb39ca71c86366f87.tar
gsoc2013-empathy-e25f7f1a2f082c0dc6294cbeb39ca71c86366f87.tar.gz
gsoc2013-empathy-e25f7f1a2f082c0dc6294cbeb39ca71c86366f87.tar.bz2
gsoc2013-empathy-e25f7f1a2f082c0dc6294cbeb39ca71c86366f87.tar.lz
gsoc2013-empathy-e25f7f1a2f082c0dc6294cbeb39ca71c86366f87.tar.xz
gsoc2013-empathy-e25f7f1a2f082c0dc6294cbeb39ca71c86366f87.tar.zst
gsoc2013-empathy-e25f7f1a2f082c0dc6294cbeb39ca71c86366f87.zip
empathy-new-chatroom-dialog: remove trailing tabs
Diffstat (limited to 'src')
-rw-r--r--src/empathy-new-chatroom-dialog.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/empathy-new-chatroom-dialog.c b/src/empathy-new-chatroom-dialog.c
index 563665932..da90cbb49 100644
--- a/src/empathy-new-chatroom-dialog.c
+++ b/src/empathy-new-chatroom-dialog.c
@@ -362,7 +362,7 @@ new_chatroom_dialog_update_widgets (EmpathyNewChatroomDialog *dialog)
McProfile *profile;
const gchar *protocol;
const gchar *room;
-
+
account_chooser = EMPATHY_ACCOUNT_CHOOSER (dialog->account_chooser);
account = empathy_account_chooser_dup_account (account_chooser);
profile = mc_account_get_profile (account);
@@ -545,7 +545,7 @@ new_chatroom_dialog_listing_cb (EmpathyTpRoomlist *room_list,
/* Update the throbber */
if (listing) {
- ephy_spinner_start (EPHY_SPINNER (dialog->throbber));
+ ephy_spinner_start (EPHY_SPINNER (dialog->throbber));
} else {
ephy_spinner_stop (EPHY_SPINNER (dialog->throbber));
}
@@ -572,7 +572,7 @@ new_chatroom_dialog_model_row_activated_cb (GtkTreeView *tree_view,
static void
new_chatroom_dialog_model_selection_changed (GtkTreeSelection *selection,
EmpathyNewChatroomDialog *dialog)
-{
+{
GtkTreeModel *model;
GtkTreeIter iter;
gchar *room = NULL;