diff options
author | Robert Tari <robert@tari.in> | 2021-03-24 11:33:12 +0100 |
---|---|---|
committer | Robert Tari <robert@tari.in> | 2021-04-21 22:31:36 +0200 |
commit | f95ddece8e8c05c926ab9ff319f221e36af909c8 (patch) | |
tree | 2a190c500807d9091d5c76652f151a8c6eb20c5c | |
parent | 1158fdc89f344fe1b4a3aca15e19d75cb8c78f85 (diff) | |
download | ayatana-ido-f95ddece8e8c05c926ab9ff319f221e36af909c8.tar.gz ayatana-ido-f95ddece8e8c05c926ab9ff319f221e36af909c8.tar.bz2 ayatana-ido-f95ddece8e8c05c926ab9ff319f221e36af909c8.zip |
src/idoappointmentmenuitem.c: Contruct the basic menu item using the pixbuf property
-rw-r--r-- | src/idoappointmentmenuitem.c | 2 |
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); |