]> git.0d.be Git - empathy.git/commitdiff
rename import boolean to import_asked.
authorXavier Claessens <xclaesse@src.gnome.org>
Fri, 17 Oct 2008 12:48:08 +0000 (12:48 +0000)
committerXavier Claessens <xclaesse@src.gnome.org>
Fri, 17 Oct 2008 12:48:08 +0000 (12:48 +0000)
svn path=/trunk/; revision=1636

src/empathy-accounts-dialog.c

index c510f4dc87990f9d07de4778d1b4aa249dcf0da0..0cca7035f5a7d7c63b919d2bb5557678a088c310 100644 (file)
@@ -1075,8 +1075,7 @@ empathy_accounts_dialog_show (GtkWindow *parent,
        GladeXML                     *glade;
        gchar                        *filename;
        GList                        *accounts, *l;
-       gboolean                      import;
-
+       gboolean                      import_asked;
 
        if (dialog) {
                gtk_window_present (GTK_WINDOW (dialog->window));
@@ -1181,9 +1180,9 @@ empathy_accounts_dialog_show (GtkWindow *parent,
        gtk_widget_show (dialog->window);
 
        empathy_conf_get_bool (empathy_conf_get (),
-                              EMPATHY_PREFS_IMPORT_ASKED, &import);
+                              EMPATHY_PREFS_IMPORT_ASKED, &import_asked);
 
-       if (!import) {
+       if (!import_asked) {
                empathy_conf_set_bool (empathy_conf_get (),
                                       EMPATHY_PREFS_IMPORT_ASKED, TRUE);
                empathy_import_dialog_show (GTK_WINDOW (dialog->window),