[empathy] Move accounts assignment after the CMS are ready
- From: Cosimo Cecchi <cosimoc src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [empathy] Move accounts assignment after the CMS are ready
- Date: Mon, 14 Sep 2009 11:11:40 +0000 (UTC)
commit 6f1ccfd73f5bc6446b50f1d557691b90b1024210
Author: Cosimo Cecchi <cosimoc gnome org>
Date: Mon Sep 14 12:09:25 2009 +0200
Move accounts assignment after the CMS are ready
src/empathy-import-widget.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/empathy-import-widget.c b/src/empathy-import-widget.c
index 34f94e5..2dc810b 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,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]