From f95ddece8e8c05c926ab9ff319f221e36af909c8 Mon Sep 17 00:00:00 2001 From: Robert Tari Date: Wed, 24 Mar 2021 11:33:12 +0100 Subject: src/idoappointmentmenuitem.c: Contruct the basic menu item using the pixbuf property --- src/idoappointmentmenuitem.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/idoappointmentmenuitem.c') diff --git a/src/idoappointmentmenuitem.c b/src/idoappointmentmenuitem.c index 5659644..8bec421 100644 --- a/src/idoappointmentmenuitem.c +++ b/src/idoappointmentmenuitem.c @@ -104,7 +104,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); -- cgit v1.2.3 From 241bd377a1d0c4e3b4f66f1cf4ff63d59fae1286 Mon Sep 17 00:00:00 2001 From: Robert Tari Date: Wed, 24 Mar 2021 11:50:02 +0100 Subject: Add us to the copyright headers --- src/idoappointmentmenuitem.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/idoappointmentmenuitem.c') diff --git a/src/idoappointmentmenuitem.c b/src/idoappointmentmenuitem.c index 8bec421..7ab593e 100644 --- a/src/idoappointmentmenuitem.c +++ b/src/idoappointmentmenuitem.c @@ -1,9 +1,11 @@ /* * Copyright 2013 Canonical Ltd. + * Copyright 2021 AyatanaIndicators * * Authors: * Charles Kerr * Ted Gould + * Robert Tari * * 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 -- cgit v1.2.3