Use symbolic icons for network devices

This is consistent with the guideline to use symbolic icons for
classes and reserve full color icons for "things" like apps, people,
documents, pages, etc.

It is also consistent with how these devices are displayed in the
network menu, notifications, and dialogs.

https://bugzilla.gnome.org/show_bug.cgi?id=689638
This commit is contained in:
William Jon McCann 2012-12-04 11:00:31 -05:00 committed by Bastien Nocera
parent da75f0f9f5
commit e2094d8075
5 changed files with 17 additions and 12 deletions

View file

@ -398,7 +398,7 @@ net_proxy_init (NetProxy *proxy)
widget = GTK_WIDGET (gtk_builder_get_object (proxy->priv->builder,
"image_proxy_device"));
gtk_image_set_from_icon_name (GTK_IMAGE (widget),
"preferences-system-network",
"preferences-system-network-symbolic",
GTK_ICON_SIZE_DIALOG);
widget = GTK_WIDGET (gtk_builder_get_object (proxy->priv->builder,
"label_proxy_device"));