[seahorse] gkr: ItemInfo: Use wired NW icon for network secrets
- From: Niels De Graef <nielsdg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [seahorse] gkr: ItemInfo: Use wired NW icon for network secrets
- Date: Sun, 16 Feb 2020 10:34:55 +0000 (UTC)
commit ae5b3a94ef03a14c1ebbf5860b1fb4e19d5c4cde
Author: Niels De Graef <nielsdegraef gmail com>
Date: Sun Feb 16 11:34:00 2020 +0100
gkr: ItemInfo: Use wired NW icon for network secrets
gkr/gkr-item-info.vala | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/gkr/gkr-item-info.vala b/gkr/gkr-item-info.vala
index efaedd2c..31e291f8 100644
--- a/gkr/gkr-item-info.vala
+++ b/gkr/gkr-item-info.vala
@@ -80,6 +80,7 @@ public class NmConnectionInfo : ItemInfo {
public NmConnectionInfo(string label, HashTable<string, string>? attrs) {
GLib.Object(label: label,
+ icon: new ThemedIcon("network-wired-symbolic"),
description: _("Network connection secret"));
unowned string? setting_name = get_attribute_string(attrs,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]