[gnome-builder] update-manager: fix notification message for update available
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder] update-manager: fix notification message for update available
- Date: Thu, 16 Jan 2020 22:59:40 +0000 (UTC)
commit 733b4f1b1f9b5574d172604c474636700aa2ad74
Author: Christian Hergert <chergert redhat com>
Date: Thu Jan 16 14:59:39 2020 -0800
update-manager: fix notification message for update available
src/plugins/update-manager/gbp-update-manager-app-addin.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/plugins/update-manager/gbp-update-manager-app-addin.c
b/src/plugins/update-manager/gbp-update-manager-app-addin.c
index cba2cf811..2d8778f22 100644
--- a/src/plugins/update-manager/gbp-update-manager-app-addin.c
+++ b/src/plugins/update-manager/gbp-update-manager-app-addin.c
@@ -145,9 +145,9 @@ on_update_available_cb (GbpUpdateManagerAppAddin *self,
context = ide_workbench_get_context (workbench);
self->update_notif = ide_notification_new ();
- ide_notification_set_id (self->update_notif, "org.gnome.builder.update-progress");
- ide_notification_set_icon_name (self->update_notif, "folder-download-symbolic");
- ide_notification_set_title (self->update_notif, _("Updating Builder"));
+ ide_notification_set_id (self->update_notif, "org.gnome.builder.update-available");
+ ide_notification_set_icon_name (self->update_notif, "software-update-available-symbolic");
+ ide_notification_set_title (self->update_notif, _("Update Available"));
ide_notification_attach (self->update_notif, IDE_OBJECT (context));
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]