diff options
author | Federico Mena Quintero <federico@redhat.com> | 1999-09-15 06:40:46 +0800 |
---|---|---|
committer | Arturo Espinosa <unammx@src.gnome.org> | 1999-09-15 06:40:46 +0800 |
commit | 0a765ba73162b2d162de1d1fc697c9586491ef00 (patch) | |
tree | e198ed55766521a029ffd84adc6f4057389233e1 /calendar/gui | |
parent | ceb228f5d5a0e5a132483747b529b616cb2327f2 (diff) | |
download | gsoc2013-evolution-0a765ba73162b2d162de1d1fc697c9586491ef00.tar gsoc2013-evolution-0a765ba73162b2d162de1d1fc697c9586491ef00.tar.gz gsoc2013-evolution-0a765ba73162b2d162de1d1fc697c9586491ef00.tar.bz2 gsoc2013-evolution-0a765ba73162b2d162de1d1fc697c9586491ef00.tar.lz gsoc2013-evolution-0a765ba73162b2d162de1d1fc697c9586491ef00.tar.xz gsoc2013-evolution-0a765ba73162b2d162de1d1fc697c9586491ef00.tar.zst gsoc2013-evolution-0a765ba73162b2d162de1d1fc697c9586491ef00.zip |
Set the data pointers for all the items.
1999-09-14 Federico Mena Quintero <federico@redhat.com>
* gncal-full-day.c (child_popup_menu): Set the data pointers for
all the items.
svn path=/trunk/; revision=1227
Diffstat (limited to 'calendar/gui')
-rw-r--r-- | calendar/gui/gncal-full-day.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/calendar/gui/gncal-full-day.c b/calendar/gui/gncal-full-day.c index 596b827d00..c07d9a5710 100644 --- a/calendar/gui/gncal-full-day.c +++ b/calendar/gui/gncal-full-day.c @@ -511,8 +511,9 @@ child_popup_menu (GncalFullDay *fullday, Child *child, GdkEventButton *event) context_menu = &recur_child_items[0]; context_menu[2].data = child; context_menu[3].data = child; - context_menu[4].data = fullday; context_menu[3].sensitive = sensitive; + context_menu[4].data = fullday; + context_menu[5].data = fullday; } else { items = 4; context_menu = &child_items[0]; |