[network-manager-applet/nma-1-0] libnma/libnm-gtk: use symbolic icons for password store menu (bgo #754726)



commit 77a97f52da18e8edc3515fe3a769ef81c887baf2
Author: Jiří Klimeš <jklimes redhat com>
Date:   Fri Sep 11 13:23:07 2015 +0200

    libnma/libnm-gtk: use symbolic icons for password store menu (bgo #754726)
    
    Gnome prefers using symbolic icons to have uniform look and feel.
    
    https://github.com/GNOME/gnome-icon-theme-symbolic
    
    https://bugzilla.gnome.org/show_bug.cgi?id=754726
    
    (cherry picked from commit acc53bdf55beef61ff8236d33515066dde715e82)

 src/libnm-gtk/nm-ui-utils.c |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/src/libnm-gtk/nm-ui-utils.c b/src/libnm-gtk/nm-ui-utils.c
index 90b3b4c..08bd32a 100644
--- a/src/libnm-gtk/nm-ui-utils.c
+++ b/src/libnm-gtk/nm-ui-utils.c
@@ -611,10 +611,10 @@ typedef enum {
 } MenuItem;
 
 static const char *icon_name_table[ITEM_STORAGE_MAX + 1] = {
-       [ITEM_STORAGE_USER]    = "document-save",
-       [ITEM_STORAGE_SYSTEM]  = "document-save-as",
-       [ITEM_STORAGE_ASK]     = "dialog-question",
-       [ITEM_STORAGE_UNUSED]  = "edit-clear",
+       [ITEM_STORAGE_USER]    = "user-info-symbolic",
+       [ITEM_STORAGE_SYSTEM]  = "system-users-symbolic",
+       [ITEM_STORAGE_ASK]     = "dialog-question-symbolic",
+       [ITEM_STORAGE_UNUSED]  = "edit-clear-all-symbolic",
 };
 static const char *icon_desc_table[ITEM_STORAGE_MAX + 1] = {
        [ITEM_STORAGE_USER]    = N_("Store the password only for this user"),


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