aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/calendar-commands.c
diff options
context:
space:
mode:
authorDamon Chaplin <damon@helixcode.com>2000-06-21 12:36:23 +0800
committerDamon Chaplin <damon@src.gnome.org>2000-06-21 12:36:23 +0800
commitabd592ea8ca85828357e47a01ac9c433741b9825 (patch)
treeb048e483631d619fb3276d47c15bbc13475f899c /calendar/gui/calendar-commands.c
parent259ccb8fe525a279b9c0ed74fdad16b332888e4a (diff)
downloadgsoc2013-evolution-abd592ea8ca85828357e47a01ac9c433741b9825.tar
gsoc2013-evolution-abd592ea8ca85828357e47a01ac9c433741b9825.tar.gz
gsoc2013-evolution-abd592ea8ca85828357e47a01ac9c433741b9825.tar.bz2
gsoc2013-evolution-abd592ea8ca85828357e47a01ac9c433741b9825.tar.lz
gsoc2013-evolution-abd592ea8ca85828357e47a01ac9c433741b9825.tar.xz
gsoc2013-evolution-abd592ea8ca85828357e47a01ac9c433741b9825.tar.zst
gsoc2013-evolution-abd592ea8ca85828357e47a01ac9c433741b9825.zip
changed so it keeps the selection range. It just moves it on one day/week
2000-06-21 Damon Chaplin <damon@helixcode.com> * gui/gnome-cal.c (gnome_calendar_direction): changed so it keeps the selection range. It just moves it on one day/week etc. This makes it very handy for the keyboard shortcut code. * gui/calendar-commands.c (calendar_control_activate): fixed bug setting the radio button active. * gui/e-day-view.[hc]: added support for keyboard navigation and selection of the time range. svn path=/trunk/; revision=3665
Diffstat (limited to 'calendar/gui/calendar-commands.c')
-rw-r--r--calendar/gui/calendar-commands.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gui/calendar-commands.c b/calendar/gui/calendar-commands.c
index 730dbdce26..dc74e20f00 100644
--- a/calendar/gui/calendar-commands.c
+++ b/calendar/gui/calendar-commands.c
@@ -637,7 +637,7 @@ calendar_control_activate (BonoboControl *control,
button = 0;
}
- gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (cal->view_toolbar_buttons[i]), TRUE);
+ gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (cal->view_toolbar_buttons[button]), TRUE);
gtk_widget_show_all (toolbar);