@LiquidCake commented on this pull request.


In plugins/saveactions.c:

> @@ -393,19 +689,54 @@ static gboolean auto_save(gpointer data)
 
 static void autosave_set_timeout(void)
 {
+	if (autosave_src_id != 0)

this fixes a bug when disabling autosave function didn't actually stop autosave timer
Unrelated to new functionality


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/3904/review/2114251295@github.com>