[gnome-calendar] app: use new icon



commit fe7b1d942e6b2d70cdbcd672d402eb449607f403
Author: Erick Pérez Castellanos <erick red gmail com>
Date:   Fri Dec 5 16:20:16 2014 -0500

    app: use new icon

 data/gnome-calendar.desktop.in.in |    2 +-
 src/gcal-application.c            |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/data/gnome-calendar.desktop.in.in b/data/gnome-calendar.desktop.in.in
index c70a5a0..c5ad654 100644
--- a/data/gnome-calendar.desktop.in.in
+++ b/data/gnome-calendar.desktop.in.in
@@ -2,7 +2,7 @@
 _Name=Calendar
 _Comment=Access, and manage calendar
 Exec=gnome-calendar
-Icon=x-office-calendar
+Icon=gnome-calendar
 Terminal=false
 Type=Application
 StartupNotify=true
diff --git a/src/gcal-application.c b/src/gcal-application.c
index 1a33c65..968722d 100644
--- a/src/gcal-application.c
+++ b/src/gcal-application.c
@@ -337,7 +337,7 @@ gcal_application_show_about (GSimpleAction *simple,
                          "license-type", GTK_LICENSE_GPL_3_0,
                          "authors", authors,
                          "artists", artists,
-                         "logo-icon-name", "x-office-calendar",
+                         "logo-icon-name", "gnome-calendar",
                          "translator-credits", _("translator-credits"),
                          NULL);
   g_free (copyright);


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