[gnome-builder/gnome-builder-3-32] notification: use symbolic variant
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder/gnome-builder-3-32] notification: use symbolic variant
- Date: Fri, 10 May 2019 18:57:52 +0000 (UTC)
commit e2674ef2fdf2fea6e74d46e83854f31aaee33218
Author: Christian Hergert <chergert redhat com>
Date: Fri May 10 10:05:15 2019 -0700
notification: use symbolic variant
src/plugins/notification/ide-notification-addin.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/plugins/notification/ide-notification-addin.c
b/src/plugins/notification/ide-notification-addin.c
index bb6bfe678..707412acb 100644
--- a/src/plugins/notification/ide-notification-addin.c
+++ b/src/plugins/notification/ide-notification-addin.c
@@ -107,7 +107,7 @@ ide_notification_addin_notify (IdeNotificationAddin *self,
msg_body = g_strdup_printf (_("Project ā%sā failed to build"), project_name);
}
- icon = g_themed_icon_new ("org.gnome.Builder");
+ icon = g_themed_icon_new ("org.gnome.Builder-symbolic");
notification = g_notification_new (msg_title);
g_notification_set_body (notification, msg_body);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]