Skip to content

Commit 669f8ee

Browse files
NikoKrausemtwebster
authored andcommitted
nemo action: use different icons for pin/unpin
1 parent 5242266 commit 669f8ee

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/nemo-view.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8551,11 +8551,11 @@ static const GtkActionEntry directory_view_entries[] = {
85518551
N_("Browse..."), NULL,
85528552
N_("Browse for a folder to copy the selection to"),
85538553
G_CALLBACK (action_browse_for_copy_to_folder_callback) },
8554-
{NEMO_ACTION_PIN_FILE, "view-pin-symbolic",
8554+
{NEMO_ACTION_PIN_FILE, "xapp-pin-symbolic",
85558555
N_("P_in"), "<control><shift>D",
85568556
N_("Pin the selected file so it always appears at the top of this location's file list"),
85578557
G_CALLBACK (action_pin_unpin_file_callback) },
8558-
{NEMO_ACTION_UNPIN_FILE, "view-pin-symbolic",
8558+
{NEMO_ACTION_UNPIN_FILE, "xapp-unpin-symbolic",
85598559
N_("Unp_in"), "<control><shift>D",
85608560
N_("Unpin the selected file from the top of this location's file list"),
85618561
G_CALLBACK (action_pin_unpin_file_callback) }

0 commit comments

Comments
 (0)