use accessor functions
[geeqie.git] / src / ui_fileops.c
index b5b6c34..9b9a4f9 100644 (file)
@@ -77,12 +77,12 @@ static void encoding_dialog(const gchar *path)
        const gchar *bf;
 
        /* check that gtk is initialized (loop is level > 0) */
-       if (gtk_main_level() == 0)
-               {
+//     if (gtk_main_level() == 0)
+//             {
                /* gtk not initialized */
-               gtk_init_add(encoding_dialog_delay, g_strdup(path));
-               return;
-               }
+//             gtk_init_add(encoding_dialog_delay, g_strdup(path));
+//             return;
+//             }
 
        if (warned_user) return;
        warned_user = TRUE;