[file-roller] Fixed encrypted files emblem



commit 5f369ce0c0b04b3006f9851731ed4687318ef806
Author: Paolo Bacchilega <paobac src gnome org>
Date:   Fri Apr 30 16:36:41 2021 +0200

    Fixed encrypted files emblem
    
    Fixes https://gitlab.gnome.org/GNOME/file-roller/-/issues/120

 src/fr-window.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/fr-window.c b/src/fr-window.c
index 9bd6dba2..787cc0ed 100644
--- a/src/fr-window.c
+++ b/src/fr-window.c
@@ -1527,7 +1527,7 @@ get_emblem (FrWindow *window,
 
        emblem_name = NULL;
        if (fdata->encrypted)
-               emblem_name = "emblem-nowrite";
+               emblem_name = "emblem-readonly";
 
        if (emblem_name == NULL)
                return NULL;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]