File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -4771,6 +4771,11 @@ nemo_file_get_control_icon_name (NemoFile *file)
47714771 }
47724772
47734773 g_object_unref (gicon );
4774+
4775+ if (g_strcmp0 (icon_name , "inode-directory-symbolic" ) == 0 ) {
4776+ g_free (icon_name );
4777+ icon_name = g_strdup ("xsi-folder-symbolic" );
4778+ }
47744779 }
47754780
47764781 g_object_unref (location );
Original file line number Diff line number Diff line change 5151#define NEMO_ICON_SYMBOLIC_FOLDER_TEMPLATES "xsi-folder-templates-symbolic"
5252#define NEMO_ICON_SYMBOLIC_FOLDER_VIDEOS "xsi-folder-videos-symbolic"
5353#define NEMO_ICON_SYMBOLIC_FOLDER_SAVED_SEARCH "xsi-folder-saved-search-symbolic"
54- #define NEMO_ICON_SYMBOLIC_FOLDER_RECENT "xsi-document-open -recent-symbolic"
54+ #define NEMO_ICON_SYMBOLIC_FOLDER_RECENT "xsi-folder -recent-symbolic"
5555#define NEMO_ICON_SYMBOLIC_FOLDER_FAVORITES "xsi-user-favorites-symbolic"
5656
5757#define NEMO_ICON_SYMBOLIC_MISSING_BOOKMARK "xsi-folder-warning-symbolic"
You can’t perform that action at this time.
0 commit comments