aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/e-week-view.c
diff options
context:
space:
mode:
authorJP Rosevear <jpr@novell.com>2004-06-08 22:57:35 +0800
committerJP Rosevear <jpr@src.gnome.org>2004-06-08 22:57:35 +0800
commitc2d7dc57764bc05a28d3b765f50ccff901524fba (patch)
tree78bd1c9048a64bad5eba5e574cc804854409443c /calendar/gui/e-week-view.c
parent6d72b349d45e18f1ab48f6d01a1aca8b9d481c05 (diff)
downloadgsoc2013-evolution-c2d7dc57764bc05a28d3b765f50ccff901524fba.tar
gsoc2013-evolution-c2d7dc57764bc05a28d3b765f50ccff901524fba.tar.gz
gsoc2013-evolution-c2d7dc57764bc05a28d3b765f50ccff901524fba.tar.bz2
gsoc2013-evolution-c2d7dc57764bc05a28d3b765f50ccff901524fba.tar.lz
gsoc2013-evolution-c2d7dc57764bc05a28d3b765f50ccff901524fba.tar.xz
gsoc2013-evolution-c2d7dc57764bc05a28d3b765f50ccff901524fba.tar.zst
gsoc2013-evolution-c2d7dc57764bc05a28d3b765f50ccff901524fba.zip
cast week view correctly
2004-06-08 JP Rosevear <jpr@novell.com> * gui/e-week-view.c (e_week_view_do_key_press): cast week view correctly svn path=/trunk/; revision=26253
Diffstat (limited to 'calendar/gui/e-week-view.c')
-rw-r--r--calendar/gui/e-week-view.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gui/e-week-view.c b/calendar/gui/e-week-view.c
index 734d66be8a..952b2f1446 100644
--- a/calendar/gui/e-week-view.c
+++ b/calendar/gui/e-week-view.c
@@ -3707,7 +3707,7 @@ e_week_view_do_key_press (GtkWidget *widget, GdkEventKey *event)
#endif
/* Handle the cursor keys for moving the selection */
- view_type = gnome_calendar_get_view (e_calendar_view_get_calendar (E_CAL_VIEW (week_view)));
+ view_type = gnome_calendar_get_view (e_calendar_view_get_calendar (E_CALENDAR_VIEW (week_view)));
stop_emission = FALSE;
if (!(event->state & GDK_SHIFT_MASK)
&& !(event->state & GDK_MOD1_MASK)) {