diff options
author | Raja R Harinath <harinath@src.gnome.org> | 1998-04-09 06:51:54 +0800 |
---|---|---|
committer | Raja R Harinath <harinath@src.gnome.org> | 1998-04-09 06:51:54 +0800 |
commit | 2e5812a2c1575b9863e8f9209c123bb081eff436 (patch) | |
tree | 4555a8217418ccb0766fd56549c682d56d547a07 /calendar/gncal.c | |
parent | 82f62a278273719d616559b892f85afb6d41fbdb (diff) | |
download | gsoc2013-evolution-2e5812a2c1575b9863e8f9209c123bb081eff436.tar gsoc2013-evolution-2e5812a2c1575b9863e8f9209c123bb081eff436.tar.gz gsoc2013-evolution-2e5812a2c1575b9863e8f9209c123bb081eff436.tar.bz2 gsoc2013-evolution-2e5812a2c1575b9863e8f9209c123bb081eff436.tar.lz gsoc2013-evolution-2e5812a2c1575b9863e8f9209c123bb081eff436.tar.xz gsoc2013-evolution-2e5812a2c1575b9863e8f9209c123bb081eff436.tar.zst gsoc2013-evolution-2e5812a2c1575b9863e8f9209c123bb081eff436.zip |
Say `#if 0', not `#ifdef 0'.
* gncal.c (update_calendar): Say `#if 0', not `#ifdef 0'.
svn path=/trunk/; revision=115
Diffstat (limited to 'calendar/gncal.c')
-rw-r--r-- | calendar/gncal.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gncal.c b/calendar/gncal.c index 8d595a49dc..232aa19135 100644 --- a/calendar/gncal.c +++ b/calendar/gncal.c @@ -202,7 +202,7 @@ void update_calendar() gtk_calendar_mark_day(GTK_CALENDAR(calendar), curr_day); printf("Date changed (nothing happens much\n"); /* gtk_calendar_select_day(GTK_CALENDAR(calendar), curr_day); */ -#ifdef 0 +#if 0 /* Only update the whole calendar if the year or month has changed */ tmpday=1; month_changed = FALSE; |