[evolution-data-server] Use 48 pixel icon in reminder notification
- From: Milan Crha <mcrha src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-data-server] Use 48 pixel icon in reminder notification
- Date: Tue, 21 Aug 2018 15:20:37 +0000 (UTC)
commit 9386c4e265b66b0d3b0a7de9ca005dd2a9b0532b
Author: Milan Crha <mcrha redhat com>
Date: Tue Aug 21 17:19:08 2018 +0200
Use 48 pixel icon in reminder notification
The function expected exact size, not a define/enum-like value.
src/services/evolution-alarm-notify/e-alarm-notify.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/services/evolution-alarm-notify/e-alarm-notify.c
b/src/services/evolution-alarm-notify/e-alarm-notify.c
index b55ed2a88..8b9a919b9 100644
--- a/src/services/evolution-alarm-notify/e-alarm-notify.c
+++ b/src/services/evolution-alarm-notify/e-alarm-notify.c
@@ -223,7 +223,7 @@ e_alarm_notify_display (EAlarmNotify *an,
notification = g_notification_new (_("Reminders"));
g_notification_set_body (notification, description);
- icon_info = gtk_icon_theme_lookup_icon (gtk_icon_theme_get_default (), "appointment-soon",
GTK_ICON_SIZE_DIALOG, 0);
+ icon_info = gtk_icon_theme_lookup_icon (gtk_icon_theme_get_default (), "appointment-soon",
48, 0);
if (icon_info) {
const gchar *filename;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]