From 6f1ccfd73f5bc6446b50f1d557691b90b1024210 Mon Sep 17 00:00:00 2001 From: Cosimo Cecchi Date: Mon, 14 Sep 2009 12:09:25 +0200 Subject: Move accounts assignment after the CMS are ready --- src/empathy-import-widget.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/empathy-import-widget.c b/src/empathy-import-widget.c index 34f94e551..2dc810b0a 100644 --- a/src/empathy-import-widget.c +++ b/src/empathy-import-widget.c @@ -262,6 +262,8 @@ import_widget_set_up_account_list (EmpathyImportWidget *self) GtkTreeViewColumn *column; GtkCellRenderer *cell; + priv->accounts = empathy_import_accounts_load (priv->app_id); + store = gtk_list_store_new (COL_COUNT, G_TYPE_BOOLEAN, G_TYPE_STRING, G_TYPE_STRING, G_TYPE_STRING, G_TYPE_POINTER); @@ -416,8 +418,6 @@ do_constructed (GObject *obj) GtkBuilder *gui; gchar *filename; - priv->accounts = empathy_import_accounts_load (priv->app_id); - filename = empathy_file_lookup ("empathy-import-dialog.ui", "src"); gui = empathy_builder_get_file (filename, "widget_vbox", &priv->vbox, -- cgit v1.2.3