@LiquidCake commented on this pull request.
> + locale_file_path = g_build_path(G_DIR_SEPARATOR_S, path,
> filename, NULL);
+
+ if (is_temp_saved_file(utf8_filename))
+ {
+ document_open_file(locale_file_path, FALSE, NULL, NULL);
+ }
+
+ g_free(utf8_filename);
+ g_free(locale_file_path);
+ }
+
+ g_dir_close(dir);
+}
+
+
+static gboolean file_exists(gchar *utf8_file_path)
done
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/3911#discussion_r1650072276
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/pull/3911/review/[email protected]>