aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/TODO
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@nuclecu.unam.mx>1998-04-14 08:59:30 +0800
committerArturo Espinosa <unammx@src.gnome.org>1998-04-14 08:59:30 +0800
commit23ef00df35512cfe6285ba45c0b20f635faee111 (patch)
tree32c0b448b6fa62b1b6dd461e0718bc6b9f3efca7 /calendar/TODO
parentc9311c844f224c678eea75f178850985f7581a3e (diff)
downloadgsoc2013-evolution-23ef00df35512cfe6285ba45c0b20f635faee111.tar
gsoc2013-evolution-23ef00df35512cfe6285ba45c0b20f635faee111.tar.gz
gsoc2013-evolution-23ef00df35512cfe6285ba45c0b20f635faee111.tar.bz2
gsoc2013-evolution-23ef00df35512cfe6285ba45c0b20f635faee111.tar.lz
gsoc2013-evolution-23ef00df35512cfe6285ba45c0b20f635faee111.tar.xz
gsoc2013-evolution-23ef00df35512cfe6285ba45c0b20f635faee111.tar.zst
gsoc2013-evolution-23ef00df35512cfe6285ba45c0b20f635faee111.zip
New function to let the outside world decide which child to focus.
1998-04-13 Federico Mena Quintero <federico@nuclecu.unam.mx> * gncal-full-day.h: * gncal-full-day.c (gncal_full_day_focus_child): New function to let the outside world decide which child to focus. (gncal_full_day_focus_child): Bleah. We have to synthesize a click because GtkText will not set the cursor when you focus it. * gnome-cal.c (day_view_range_activated): Focus the new child in the full day widget. svn path=/trunk/; revision=131
Diffstat (limited to 'calendar/TODO')
-rw-r--r--calendar/TODO3
1 files changed, 0 insertions, 3 deletions
diff --git a/calendar/TODO b/calendar/TODO
index a092c0316f..1ab5522faa 100644
--- a/calendar/TODO
+++ b/calendar/TODO
@@ -15,9 +15,6 @@ Event editor dialog:
Full day view widget:
-- Finish the code on gnome-cal.c to add an event when the
- range_activated signal is caught.
-
- Check notification to calendar when an object changes. Maybe we
need some flags to tell gnome_calendar_object_changed() whether
summary/dates/etc. changed. Maybe not.