Test activation and deactivation of extensions
This commit is contained in:
parent
03b146386e
commit
9a806a8ca2
1 changed files with 2 additions and 2 deletions
|
@ -172,8 +172,8 @@ extension_activate (gconstpointer data)
|
|||
{
|
||||
MidoriApp* app = midori_app_new ();
|
||||
MidoriExtension* extension = MIDORI_EXTENSION (data);
|
||||
/* g_signal_emit_by_name (extension, "activate", app);
|
||||
midori_extension_deactivate (extension); */
|
||||
g_signal_emit_by_name (extension, "activate", app);
|
||||
midori_extension_deactivate (extension);
|
||||
g_object_unref (app);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue