diff options
-rw-r--r-- | libempathy-gtk/empathy-account-chooser.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libempathy-gtk/empathy-account-chooser.c b/libempathy-gtk/empathy-account-chooser.c index 87fdbbfe8..c21a22ebc 100644 --- a/libempathy-gtk/empathy-account-chooser.c +++ b/libempathy-gtk/empathy-account-chooser.c @@ -137,7 +137,7 @@ static void account_chooser_account_removed_cb (TpAccountManager *manager, TpAccount *account, EmpathyAccountChooser *self); static void account_chooser_account_remove_foreach (TpAccount *account, - EmpathyAccountChooser*self); + EmpathyAccountChooser *self); static void account_chooser_update_iter (EmpathyAccountChooser *self, GtkTreeIter *iter); static void account_chooser_status_changed_cb (TpAccount *account, @@ -791,7 +791,7 @@ account_chooser_find_account_foreach (GtkTreeModel *model, static gboolean account_chooser_find_account (EmpathyAccountChooser *self, TpAccount *account, - GtkTreeIter*iter) + GtkTreeIter *iter) { GtkListStore *store; GtkComboBox *combobox; |