[gnome-logs] Show application icon in about dialog



commit f8bad35e71b31a65d3dc30d1221db10e819ac2a1
Author: David King <davidk gnome org>
Date:   Tue Nov 26 19:35:31 2013 +0000

    Show application icon in about dialog

 src/gl-application.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/gl-application.c b/src/gl-application.c
index 07f3584..6348aa2 100644
--- a/src/gl-application.c
+++ b/src/gl-application.c
@@ -72,6 +72,7 @@ on_about (GSimpleAction *action,
                            "comments", _("View and search logs"),
                            "copyright", "Copyright © 2013 Red Hat, Inc.",
                            "license-type", GTK_LICENSE_GPL_3_0,
+                           "logo-icon-name", PACKAGE_TARNAME,
                            "program-name", PACKAGE_NAME,
                            "version", PACKAGE_VERSION,
                            "website", PACKAGE_URL, NULL);


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