diff options
Diffstat (limited to 'src/ephy-tab.c')
-rw-r--r-- | src/ephy-tab.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ephy-tab.c b/src/ephy-tab.c index 838e192bf..3d91ded53 100644 --- a/src/ephy-tab.c +++ b/src/ephy-tab.c @@ -619,7 +619,7 @@ ephy_tab_get_popups_allowed (EphyTab *tab) location = ephy_embed_get_location (embed, TRUE); if (location == NULL) return FALSE; /* FALSE, TRUE... same thing */ - response = ephy_permission_manager_test + response = ephy_permission_manager_test_permission (permission_manager, location, EPT_POPUP); switch (response) @@ -757,7 +757,7 @@ ephy_tab_set_popups_allowed (EphyTab *tab, permission = allowed ? EPHY_PERMISSION_ALLOWED : EPHY_PERMISSION_DENIED; - ephy_permission_manager_add (manager, location, EPT_POPUP, permission); + ephy_permission_manager_add_permission (manager, location, EPT_POPUP, permission); if (allowed) { |