[gnome-software] Use the new icon in the about dialog



commit 7a36b464edeeb689e666ef1c3ebcbf9027809add
Author: Matthias Clasen <mclasen redhat com>
Date:   Mon Sep 9 14:06:24 2013 -0400

    Use the new icon in the about dialog

 src/gs-application.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gs-application.c b/src/gs-application.c
index 799787d..79d5e73 100644
--- a/src/gs-application.c
+++ b/src/gs-application.c
@@ -80,7 +80,7 @@ about_activated (GSimpleAction *action,
                 parent = windows->data;
 
         icon_theme = gtk_icon_theme_get_default ();
-        logo = gtk_icon_theme_load_icon (icon_theme, "system-software-install", 256, 0, NULL);
+        logo = gtk_icon_theme_load_icon (icon_theme, "gnome-software", 256, 0, NULL);
 
         gtk_show_about_dialog (parent,
                                "title", _("About GNOME Software"),


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