diff options
-rw-r--r-- | src/empathy-import-dialog.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/empathy-import-dialog.c b/src/empathy-import-dialog.c index c7c321f96..da54117ef 100644 --- a/src/empathy-import-dialog.c +++ b/src/empathy-import-dialog.c @@ -396,10 +396,10 @@ empathy_import_dialog_show (GtkWindow *parent, return; } - + /* We have accounts, let's display the window with them */ dialog = g_slice_new0 (EmpathyImportDialog); - dialog->accounts = accounts; + dialog->accounts = accounts; filename = empathy_file_lookup ("empathy-import-dialog.ui", "src"); gui = empathy_builder_get_file (filename, |