diff options
author | JP Rosevear <jpr@novell.com> | 2004-06-08 22:57:35 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2004-06-08 22:57:35 +0800 |
commit | c2d7dc57764bc05a28d3b765f50ccff901524fba (patch) | |
tree | 78bd1c9048a64bad5eba5e574cc804854409443c /calendar/gui | |
parent | 6d72b349d45e18f1ab48f6d01a1aca8b9d481c05 (diff) | |
download | gsoc2013-evolution-c2d7dc57764bc05a28d3b765f50ccff901524fba.tar.gz 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')
-rw-r--r-- | calendar/gui/e-week-view.c | 2 |
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)) { |