@LiquidCake commented on this pull request.


In plugins/saveactions.c:

>  	g_signal_emit_by_name(pref_widgets.checkbox_enable_backupcopy, "toggled");
+	g_signal_emit_by_name(pref_widgets.untitled_doc_disabled_radio, "toggled");
+	g_signal_emit_by_name(pref_widgets.untitled_doc_instantsave_radio, "toggled");
+	g_signal_emit_by_name(pref_widgets.untitled_doc_persistent_radio, "toggled");

each one launches its own handler which disabled ui elements of unused features


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