Skip to content

Commit 8eec247

Browse files
authored
Fix an icon name (#3635)
In XSI, the thumbnail/preview icon is called "xsi-preview-symbolic", not "xsi-prefs-preview-symbolic"
1 parent 032ce13 commit 8eec247

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/nemo-window-menus.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1800,7 +1800,7 @@ nemo_window_create_toolbar_action_group (NemoWindow *window)
18001800
G_CALLBACK (action_show_thumbnails_callback),
18011801
window);
18021802
gtk_action_group_add_action (action_group, action);
1803-
gtk_action_set_icon_name (GTK_ACTION (action), "xsi-prefs-preview-symbolic");
1803+
gtk_action_set_icon_name (GTK_ACTION (action), "xsi-preview-symbolic");
18041804

18051805
g_object_unref (action);
18061806

0 commit comments

Comments
 (0)