diff options
Diffstat (limited to 'libcaja-private')
-rw-r--r-- | libcaja-private/org.mate.caja.gschema.xml | 2 |
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'/> |