]> git.0d.be Git - empathy.git/commitdiff
empathy-account-chooser: remove trailing tabs
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Wed, 24 Jun 2009 14:43:01 +0000 (15:43 +0100)
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Wed, 24 Jun 2009 16:32:27 +0000 (17:32 +0100)
libempathy-gtk/empathy-account-chooser.c

index 915b37b23d4b9c2847b455888fdb62736bc2cfa3..488486fdf617504e150c64b05b57db9a880a0ce3 100644 (file)
@@ -361,7 +361,7 @@ empathy_account_chooser_get_has_all_option (EmpathyAccountChooser *chooser)
        g_return_val_if_fail (EMPATHY_IS_ACCOUNT_CHOOSER (chooser), FALSE);
 
        priv = GET_PRIV (chooser);
-       
+
        return priv->has_all_option;
 }
 
@@ -653,11 +653,11 @@ account_chooser_separator_func (GtkTreeModel         *model,
        gboolean                  is_separator;
 
        priv = GET_PRIV (chooser);
-       
+
        if (!priv->has_all_option) {
                return FALSE;
        }
-       
+
        gtk_tree_model_get (model, iter, COL_ACCOUNT_TEXT, &text, -1);
        is_separator = text == NULL;
        g_free (text);