We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 032ce13 commit 8eec247Copy full SHA for 8eec247
1 file changed
src/nemo-window-menus.c
@@ -1800,7 +1800,7 @@ nemo_window_create_toolbar_action_group (NemoWindow *window)
1800
G_CALLBACK (action_show_thumbnails_callback),
1801
window);
1802
gtk_action_group_add_action (action_group, action);
1803
- gtk_action_set_icon_name (GTK_ACTION (action), "xsi-prefs-preview-symbolic");
+ gtk_action_set_icon_name (GTK_ACTION (action), "xsi-preview-symbolic");
1804
1805
g_object_unref (action);
1806
0 commit comments