summaryrefslogtreecommitdiff
path: root/libcaja-private
diff options
context:
space:
mode:
authorGordon N. Squash <[email protected]>2020-07-25 12:09:39 -0400
committerGitHub <[email protected]>2020-07-25 18:09:39 +0200
commit969fe79d5b420b89548da7a81fb46a42044b8665 (patch)
treebe368f06e5ab3e52df27c73c69508dcd0d5d35a6 /libcaja-private
parentafc16dca546862ff7e19c5bb49568486615b857e (diff)
downloadcaja-969fe79d5b420b89548da7a81fb46a42044b8665.tar.bz2
caja-969fe79d5b420b89548da7a81fb46a42044b8665.tar.xz
Add a "Bookmarks" sidebar to Caja
Added a "Bookmarks" sidebar to Caja which displays a list of the user's own bookmarks. Single-clicking any bookmark in the list directs Caja to that bookmark; middle-clicking on the bookmark directs Caja to open the bookmark in a new tab.
Diffstat (limited to 'libcaja-private')
-rw-r--r--libcaja-private/org.mate.caja.gschema.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/libcaja-private/org.mate.caja.gschema.xml b/libcaja-private/org.mate.caja.gschema.xml
index 9d9a473c..dee7377a 100644
--- a/libcaja-private/org.mate.caja.gschema.xml
+++ b/libcaja-private/org.mate.caja.gschema.xml
@@ -465,6 +465,7 @@
</key>
<key name="side-pane-view" type="s">
<choices>
+ <choice value='bookmarks'/>
<choice value='emblems'/>
<choice value='history'/>
<choice value='information'/>
@@ -473,6 +474,7 @@
<choice value='tree'/>
</choices>
<aliases>
+ <alias value='CajaBookmarksSidebar' target='bookmarks'/>
<alias value='CajaEmblemSidebar' target='emblems'/>
<alias value='CajaHistorySidebar' target='history'/>
<alias value='CajaInformationPanel' target='information'/>