Branch: refs/heads/master Author: Colomban Wendling ban@herbesfolles.org Committer: Colomban Wendling ban@herbesfolles.org Date: Thu, 16 Feb 2023 21:59:51 UTC Commit: add6a5c093a35c0d09fed3cbbc94701a4ff19e25 https://github.com/geany/geany-plugins/commit/add6a5c093a35c0d09fed3cbbc9470...
Log Message: ----------- webhelper: Fix internal browser-auto-reload menu item state
This doesn't change anything though, as currently WebKit doesn't actually use that value, and neither do we.
Modified Paths: -------------- webhelper/src/gwh-plugin.c
Modified: webhelper/src/gwh-plugin.c 2 lines changed, 1 insertions(+), 1 deletions(-) =================================================================== @@ -246,7 +246,7 @@ on_item_auto_reload_toggled (GAction *action, g_object_set (G_OBJECT (G_settings), "browser-auto-reload", !browser_auto_reload, NULL); g_simple_action_set_state (G_SIMPLE_ACTION (action), - g_variant_new_boolean (browser_auto_reload)); + g_variant_new_boolean (!browser_auto_reload)); }
static void
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
plugins-commits@lists.geany.org