[gnome-contacts] Switch to a new application icon
- From: Alexander Larsson <alexl src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-contacts] Switch to a new application icon
- Date: Mon, 20 Feb 2012 12:19:14 +0000 (UTC)
commit a61ac3ef6ab301874629d8ebf31070be79341e88
Author: Alexander Larsson <alexl redhat com>
Date: Mon Feb 20 13:17:23 2012 +0100
Switch to a new application icon
data/gnome-contacts.desktop.in.in | 2 +-
src/contacts-app.vala | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/data/gnome-contacts.desktop.in.in b/data/gnome-contacts.desktop.in.in
index 78d13f6..47e1060 100644
--- a/data/gnome-contacts.desktop.in.in
+++ b/data/gnome-contacts.desktop.in.in
@@ -1,6 +1,6 @@
[Desktop Entry]
_Name=Contacts
-Icon=avatar-default
+Icon=x-office-address-book
Exec=gnome-contacts
Terminal=false
Type=Application
diff --git a/src/contacts-app.vala b/src/contacts-app.vala
index b264a24..4e433bd 100644
--- a/src/contacts-app.vala
+++ b/src/contacts-app.vala
@@ -183,7 +183,7 @@ public class Contacts.App : Gtk.Application {
"comments", _("Contact Management Application"),
"copyright", "Copyright 2011 Red Hat, Inc.",
"license-type", Gtk.License.GPL_2_0,
- "logo-icon-name", "avatar-default",
+ "logo-icon-name", "x-office-address-book",
"version", Config.PACKAGE_VERSION,
"website", "https://live.gnome.org/Contacts",
"wrap-license", true);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]