[seahorse] gkr: Use network-server-symbolic for network passwords
- From: Niels De Graef <nielsdg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [seahorse] gkr: Use network-server-symbolic for network passwords
- Date: Mon, 11 Jan 2021 22:59:31 +0000 (UTC)
commit b46bd9863d5c71d56cb415cf431c35187474a603
Author: Niels De Graef <nielsdegraef gmail com>
Date: Mon Jan 11 23:58:54 2021 +0100
gkr: Use network-server-symbolic for network passwords
gkr/gkr-item-info.vala | 2 ++
1 file changed, 2 insertions(+)
---
diff --git a/gkr/gkr-item-info.vala b/gkr/gkr-item-info.vala
index 3c0ce3ca..1e6324a8 100644
--- a/gkr/gkr-item-info.vala
+++ b/gkr/gkr-item-info.vala
@@ -143,6 +143,8 @@ public class GkrNetworkPassInfo : ItemInfo {
public GkrNetworkPassInfo(string label, HashTable<string, string>? attrs) {
base(label, attrs, _("Network password"));
+ this.icon = new ThemedIcon("network-server-symbolic");
+
unowned string? server = get_attribute_string(attrs, "server");
unowned string? protocol = get_attribute_string(attrs, "protocol");
unowned string? object = get_attribute_string(attrs, "object");
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]