@LiquidCake commented on this pull request.


In plugins/saveactions.c:

>  	{
 		/* switch functionality off, so invalid target directory cannot be actually used */
-		enable_persistent_temp_files = FALSE;
-		g_key_file_set_boolean(config, "saveactions", "enable_persistent_temp_files", FALSE);
-		gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(pref_widgets.checkbox_enable_persistent_temp_files), FALSE);
+		enable_persistent_untitled_docs = FALSE;
+		g_key_file_set_boolean(config, "saveactions", "enable_persistent_untitled_documents", FALSE);
+		
+		gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(pref_widgets.untitled_document_save_disabled_radio), TRUE);

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/2452545399@github.com>