[epiphany] permissions-manager: remove new comment
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany] permissions-manager: remove new comment
- Date: Tue, 12 Nov 2019 17:14:00 +0000 (UTC)
commit 14b900642ca2fcb6431fe9dff9e1766e94201655
Author: Michael Catanzaro <mcatanzaro gnome org>
Date: Tue Nov 12 11:13:35 2019 -0600
permissions-manager: remove new comment
This comment is a bit misleading, see
https://gitlab.gnome.org/GNOME/epiphany/commit/7e367778fb5c8c90e509a612c4f226700f8772a2#note_646338
lib/ephy-permissions-manager.c | 2 --
1 file changed, 2 deletions(-)
---
diff --git a/lib/ephy-permissions-manager.c b/lib/ephy-permissions-manager.c
index e695d9052..45395c5ff 100644
--- a/lib/ephy-permissions-manager.c
+++ b/lib/ephy-permissions-manager.c
@@ -60,8 +60,6 @@ ephy_permissions_manager_init (EphyPermissionsManager *manager)
manager->permission_type_permitted_origins = g_hash_table_new_full (g_direct_hash, g_direct_equal, NULL,
NULL);
manager->permission_type_denied_origins = g_hash_table_new_full (g_direct_hash, g_direct_equal, NULL,
NULL);
- /* The GKeyfileBackend needs to be shared to avoid overconsumption of inotify
- * handles. See: epiphany#865. */
filename = g_build_filename (ephy_profile_dir (), PERMISSIONS_FILENAME, NULL);
manager->backend = g_keyfile_settings_backend_new (filename, "/", NULL);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]