aboutsummaryrefslogtreecommitdiff
path: root/src/idoappointmentmenuitem.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/idoappointmentmenuitem.c')
-rw-r--r--src/idoappointmentmenuitem.c2
1 files changed, 1 insertions, 1 deletions
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);