[gnome-software] trivial: Fix last commit



commit 2694ceac7feee00d96682b96e4093ffe1c861e8c
Author: Richard Hughes <richard hughsie com>
Date:   Mon Oct 28 11:48:17 2013 +0000

    trivial: Fix last commit

 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 8cf3d72..e1e9300 100644
--- a/src/gs-application.c
+++ b/src/gs-application.c
@@ -357,7 +357,7 @@ launch_activated (GSimpleAction *action,
 
        context = G_APP_LAUNCH_CONTEXT (gdk_display_get_app_launch_context (display));
        if (!g_app_info_launch (appinfo, NULL, context, &error)) {
-               g_warning ("launching %s failed: %s", id, error->message);
+               g_warning ("launching %s failed: %s", desktop_id, error->message);
                g_error_free (error);
        }
 


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