Updating branch refs/heads/master
to 85b1b8509aea707270a4abf345e696f0ec64e445 (commit)
from 756830f6e4af8a626bbe479e3b31f1bd2cbeac3c (commit)
commit 85b1b8509aea707270a4abf345e696f0ec64e445
Author: Christian Dywan <[email protected]>
Date: Sat Oct 15 18:43:19 2011 +0200
Install form history always-load only if should_init
extensions/formhistory.c | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/extensions/formhistory.c b/extensions/formhistory.c
index 1686a85..b74e350 100644
--- a/extensions/formhistory.c
+++ b/extensions/formhistory.c
@@ -590,12 +590,11 @@ extension_init (void)
"authors", "Alexander V. Butenko <[email protected]>",
NULL);
- midori_extension_install_boolean (extension, "always-load", TRUE);
-
g_free (desc);
if (should_init)
{
+ midori_extension_install_boolean (extension, "always-load", TRUE);
g_signal_connect (extension, "activate",
G_CALLBACK (formhistory_activate_cb), NULL);
g_signal_connect (extension, "open-preferences",
_______________________________________________
Xfce4-commits mailing list
[email protected]
https://mail.xfce.org/mailman/listinfo/xfce4-commits