[gnome-software] details: Use application/x-executable icon for local packages



commit d7627ed7d3875ad2f55f52cb626285f447de0130
Author: Kalev Lember <kalevlember gmail com>
Date:   Fri Feb 21 15:08:14 2014 +0100

    details: Use application/x-executable icon for local packages
    
    https://bugzilla.gnome.org/show_bug.cgi?id=724669

 src/gs-shell-details.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gs-shell-details.c b/src/gs-shell-details.c
index c6ab06b..8d7f6a0 100644
--- a/src/gs-shell-details.c
+++ b/src/gs-shell-details.c
@@ -541,7 +541,7 @@ gs_shell_details_refresh_all (GsShellDetails *shell_details)
        if (pixbuf == NULL)
                pixbuf = gs_app_get_pixbuf (priv->app);
        if( pixbuf == NULL && gs_app_get_state (priv->app) == GS_APP_STATE_LOCAL)
-               pixbuf = gs_pixbuf_load ("package-x-generic-symbolic", 96, NULL);
+               pixbuf = gs_pixbuf_load ("application-x-executable", 96, NULL);
        widget = GTK_WIDGET (gtk_builder_get_object (priv->builder, "application_details_icon"));
        if (pixbuf != NULL) {
                gtk_image_set_from_pixbuf (GTK_IMAGE (widget), pixbuf);


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