[gnome-software] Do not use the package icon when referring to software
- From: Richard Hughes <rhughes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-software] Do not use the package icon when referring to software
- Date: Mon, 14 Oct 2013 17:07:05 +0000 (UTC)
commit 9b40849017063d6b6db101205a13822088aa1541
Author: Richard Hughes <richard hughsie com>
Date: Mon Oct 14 18:06:45 2013 +0100
Do not use the package icon when referring to software
Resolves: https://bugzilla.gnome.org/show_bug.cgi?id=710117
src/gs-utils.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gs-utils.c b/src/gs-utils.c
index 00f46ad..d5626ab 100644
--- a/src/gs-utils.c
+++ b/src/gs-utils.c
@@ -166,7 +166,7 @@ gs_app_notify_installed (GsApp *app)
/* TRANSLATORS: this is the summary of a notification that an application
* has been successfully installed */
summary = g_strdup_printf (_("%s is now installed"), gs_app_get_name (app));
- n = notify_notification_new (summary, NULL, "system-software-install");
+ n = notify_notification_new (summary, NULL, "gnome-software");
/* TRANSLATORS: this is button that opens the newly installed application */
notify_notification_add_action (n, "launch", _("Launch"),
launch_app, g_object_ref (app), g_object_unref);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]