summaryrefslogtreecommitdiff
path: root/src/caja-application.c
diff options
context:
space:
mode:
authorGordon N. Squash <[email protected]>2020-07-25 12:09:39 -0400
committerraveit65 <[email protected]>2022-07-21 19:33:49 +0200
commitf8ba5e8d2b3850ea7e21954d1bb8f09eb7af77d6 (patch)
treecfb67807dbe741cd9fefa442aa8d1c8e386df71f /src/caja-application.c
parent0f5a28c1d4f5da7fe8d30f1c763809342d69fe7b (diff)
downloadcaja-f8ba5e8d2b3850ea7e21954d1bb8f09eb7af77d6.tar.bz2
caja-f8ba5e8d2b3850ea7e21954d1bb8f09eb7af77d6.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 'src/caja-application.c')
-rw-r--r--src/caja-application.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/caja-application.c b/src/caja-application.c
index 0248104b..7289d161 100644
--- a/src/caja-application.c
+++ b/src/caja-application.c
@@ -76,6 +76,7 @@
#include "caja-self-check-functions.h"
#include "caja-notes-viewer.h"
#include "caja-emblem-sidebar.h"
+#include "caja-bookmarks-sidebar.h"
#include "caja-image-properties-page.h"
#include "caja-desktop-window.h"
#include "caja-spatial-window.h"
@@ -2213,6 +2214,7 @@ caja_application_startup (GApplication *app)
caja_history_sidebar_register ();
caja_notes_viewer_register (); /* also property page */
caja_emblem_sidebar_register ();
+ caja_bookmarks_sidebar_register ();
/* register property pages */
caja_image_properties_page_register ();