diff options
author | JP Rosevear <jpr@helixcode.com> | 2000-08-22 00:12:54 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2000-08-22 00:12:54 +0800 |
commit | 1a3df0d9bbd62710ebb6d78d053a211ca0f5b734 (patch) | |
tree | 68d04f31d731b8454baf89a7e43e62aa78bbac2a /calendar/gui/e-week-view.c | |
parent | 03ce36a2553d738c6dabacc42a463d2c2dd251bc (diff) | |
download | gsoc2013-evolution-1a3df0d9bbd62710ebb6d78d053a211ca0f5b734.tar gsoc2013-evolution-1a3df0d9bbd62710ebb6d78d053a211ca0f5b734.tar.gz gsoc2013-evolution-1a3df0d9bbd62710ebb6d78d053a211ca0f5b734.tar.bz2 gsoc2013-evolution-1a3df0d9bbd62710ebb6d78d053a211ca0f5b734.tar.lz gsoc2013-evolution-1a3df0d9bbd62710ebb6d78d053a211ca0f5b734.tar.xz gsoc2013-evolution-1a3df0d9bbd62710ebb6d78d053a211ca0f5b734.tar.zst gsoc2013-evolution-1a3df0d9bbd62710ebb6d78d053a211ca0f5b734.zip |
Update prototypes
2000-08-21 JP Rosevear <jpr@helixcode.com>
* gui/e-day-view.h: Update prototypes
* gui/e-day-view.c (e_day_view_on_unrecur_appointment):
Remove commented out portions.
* gui/e-week-view.c (e_week_view_on_unrecur_appointment):
Tidy.
svn path=/trunk/; revision=4901
Diffstat (limited to 'calendar/gui/e-week-view.c')
-rw-r--r-- | calendar/gui/e-week-view.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/calendar/gui/e-week-view.c b/calendar/gui/e-week-view.c index adf23e0971..98a52c4039 100644 --- a/calendar/gui/e-week-view.c +++ b/calendar/gui/e-week-view.c @@ -2846,6 +2846,7 @@ e_week_view_on_unrecur_appointment (GtkWidget *widget, gpointer data) CalComponent *comp, *new_comp; CalComponentDateTime *date; GSList *list; + week_view = E_WEEK_VIEW (data); if (week_view->popup_event_num == -1) |