@LiquidCake commented on this pull request.


In plugins/saveactions.c:

> +		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, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: <geany/geany/pull/3911/review/2134275806@github.com>