aboutsummaryrefslogtreecommitdiff
path: root/src/idoappointmentmenuitem.c
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2021-04-27 17:13:14 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2021-04-27 17:13:14 +0200
commit12c8fa46e2b9b7596a89637ed62468c2c47d47a7 (patch)
tree0ef292d5db806afcf07736ac18d48d71b61cef0c /src/idoappointmentmenuitem.c
parentfcf633bdbc0b7d64fe1ea6005ab007f0db151c4e (diff)
parent241bd377a1d0c4e3b4f66f1cf4ff63d59fae1286 (diff)
downloadayatana-ido-12c8fa46e2b9b7596a89637ed62468c2c47d47a7.tar.gz
ayatana-ido-12c8fa46e2b9b7596a89637ed62468c2c47d47a7.tar.bz2
ayatana-ido-12c8fa46e2b9b7596a89637ed62468c2c47d47a7.zip
Merge branch 'tari01-pr/add-appointment-icon'
Attribute GH PR #28: https://github.com/AyatanaIndicators/ayatana-ido/pull/28
Diffstat (limited to 'src/idoappointmentmenuitem.c')
-rw-r--r--src/idoappointmentmenuitem.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/idoappointmentmenuitem.c b/src/idoappointmentmenuitem.c
index 5659644..7ab593e 100644
--- a/src/idoappointmentmenuitem.c
+++ b/src/idoappointmentmenuitem.c
@@ -1,9 +1,11 @@
/*
* Copyright 2013 Canonical Ltd.
+ * Copyright 2021 AyatanaIndicators
*
* Authors:
* Charles Kerr <charles.kerr@canonical.com>
* Ted Gould <ted@canonical.com>
+ * Robert Tari <robert@tari.in>
*
* This program is free software: you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 3, as published
@@ -104,7 +106,7 @@ ido_appointment_menu_item_new_from_model (GMenuItem * menu_item,
if (g_menu_item_get_attribute (menu_item, "x-ayatana-color", "s", &str))
{
- names[n] = "icon";
+ names[n] = "pixbuf";
g_value_init (&values[n], G_TYPE_OBJECT);
g_value_take_object (&values[n], create_color_icon_pixbuf (str));
g_free(str);