Install form history always-load only if should_init
This commit is contained in:
parent
756830f6e4
commit
85b1b8509a
1 changed files with 1 additions and 2 deletions
|
@ -590,12 +590,11 @@ extension_init (void)
|
||||||
"authors", "Alexander V. Butenko <a.butenka@gmail.com>",
|
"authors", "Alexander V. Butenko <a.butenka@gmail.com>",
|
||||||
NULL);
|
NULL);
|
||||||
|
|
||||||
midori_extension_install_boolean (extension, "always-load", TRUE);
|
|
||||||
|
|
||||||
g_free (desc);
|
g_free (desc);
|
||||||
|
|
||||||
if (should_init)
|
if (should_init)
|
||||||
{
|
{
|
||||||
|
midori_extension_install_boolean (extension, "always-load", TRUE);
|
||||||
g_signal_connect (extension, "activate",
|
g_signal_connect (extension, "activate",
|
||||||
G_CALLBACK (formhistory_activate_cb), NULL);
|
G_CALLBACK (formhistory_activate_cb), NULL);
|
||||||
g_signal_connect (extension, "open-preferences",
|
g_signal_connect (extension, "open-preferences",
|
||||||
|
|
Loading…
Reference in a new issue