aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/e-week-view.c
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@helixcode.com>2000-09-02 09:55:45 +0800
committerChris Lahey <clahey@src.gnome.org>2000-09-02 09:55:45 +0800
commit16829497fd3a11bae35aaa440ee18ede4961ceb9 (patch)
tree6e446e5a7204123b1285bdfae6f293f856baf7f6 /calendar/gui/e-week-view.c
parent754164e503ba405f85d0ce5123b907a6c5809712 (diff)
downloadgsoc2013-evolution-16829497fd3a11bae35aaa440ee18ede4961ceb9.tar
gsoc2013-evolution-16829497fd3a11bae35aaa440ee18ede4961ceb9.tar.gz
gsoc2013-evolution-16829497fd3a11bae35aaa440ee18ede4961ceb9.tar.bz2
gsoc2013-evolution-16829497fd3a11bae35aaa440ee18ede4961ceb9.tar.lz
gsoc2013-evolution-16829497fd3a11bae35aaa440ee18ede4961ceb9.tar.xz
gsoc2013-evolution-16829497fd3a11bae35aaa440ee18ede4961ceb9.tar.zst
gsoc2013-evolution-16829497fd3a11bae35aaa440ee18ede4961ceb9.zip
Added calendar/conduits/Makefile, calendar/conduits/calendar/Makefile and
2000-09-02 Christopher James Lahey <clahey@helixcode.com> * configure.in: Added calendar/conduits/Makefile, calendar/conduits/calendar/Makefile and calendar/conduits/todo/Makefile to the list of makefiles to output. From calendar/ChangeLog: 2000-09-02 Christopher James Lahey <clahey@helixcode.com> * conduits/calendar/calendar-conduit.c, conduits/todo/todo-conduit.c, gui/e-week-view.c, gui/gnome-cal.c: Fixed some warnings. From mail/ChangeLog: 2000-09-01 Christopher James Lahey <clahey@helixcode.com> * folder-browser.c: Removed a warning. svn path=/trunk/; revision=5179
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 a3a3e684d8..5c4bbcc312 100644
--- a/calendar/gui/e-week-view.c
+++ b/calendar/gui/e-week-view.c
@@ -1103,7 +1103,7 @@ e_week_view_set_first_day_shown (EWeekView *week_view,
GDate base_date;
gint day_offset, num_days;
gboolean update_adjustment_value = FALSE;
- guint32 old_selection_start_julian, old_selection_end_julian;
+ guint32 old_selection_start_julian = 0, old_selection_end_julian = 0;
struct tm start_tm;
time_t start_time;