diff options
Diffstat (limited to 'data')
-rw-r--r-- | data/epiphany.convert | 1 | ||||
-rw-r--r-- | data/org.gnome.epiphany.gschema.xml | 5 |
2 files changed, 0 insertions, 6 deletions
diff --git a/data/epiphany.convert b/data/epiphany.convert index 66b37aff8..b73024cd5 100644 --- a/data/epiphany.convert +++ b/data/epiphany.convert @@ -3,7 +3,6 @@ user-agent = /apps/epiphany/general/user_agent new-windows-in-tabs = /apps/epiphany/general/open_new_windows_in_tab automatic-downloads = /apps/epiphany/general/automatic_downloads warn-on-close-unsubmitted-data = /apps/epiphany/dialogs/warn_on_close_unsubmitted_data -middle-click-opens-url = /apps/epiphany/general/middle_click_open_url remember-passwords = /apps/epiphany/general/remember_passwords keyword-search-url = /apps/epiphany/general/url_search managed-network = /apps/epiphany/general/managed_network diff --git a/data/org.gnome.epiphany.gschema.xml b/data/org.gnome.epiphany.gschema.xml index c94df5fd1..becb0a23d 100644 --- a/data/org.gnome.epiphany.gschema.xml +++ b/data/org.gnome.epiphany.gschema.xml @@ -24,11 +24,6 @@ <summary>Automatic downloads</summary> <description>When files cannot be opened by the browser they are automatically downloaded to the download folder and opened with the appropriate application.</description> </key> - <key type="b" name="middle-click-opens-url"> - <default>false</default> - <summary>Middle click to open the web page pointed to by the currently selected text</summary> - <description>Middle clicking on the main view pane will open the web page pointed to by the currently selected text.</description> - </key> <key type="b" name="new-windows-in-tabs"> <default>true</default> <summary>Force new windows to be opened in tabs</summary> |