[gnome-software/gnome-3-10] 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/gnome-3-10] Do not use the package icon when referring to software
- Date: Fri, 18 Oct 2013 09:51:50 +0000 (UTC)
commit d7ca57830ecdb034df5c50ee4246edadf31f3c38
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 2068aca..4764760 100644
--- a/src/gs-utils.c
+++ b/src/gs-utils.c
@@ -164,7 +164,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]