diff options
author | Damon Chaplin <damon@src.gnome.org> | 2000-06-16 15:03:18 +0800 |
---|---|---|
committer | Damon Chaplin <damon@src.gnome.org> | 2000-06-16 15:03:18 +0800 |
commit | d7480fd1c06182203a147559143931606c712759 (patch) | |
tree | b5551756cb3aaae7d898e6dd62d4d6342b663ecd | |
parent | 5ecbc259fa5b8f8c66c5a1eb85fd16fcfcf73b6c (diff) | |
download | gsoc2013-evolution-d7480fd1c06182203a147559143931606c712759.tar gsoc2013-evolution-d7480fd1c06182203a147559143931606c712759.tar.gz gsoc2013-evolution-d7480fd1c06182203a147559143931606c712759.tar.bz2 gsoc2013-evolution-d7480fd1c06182203a147559143931606c712759.tar.lz gsoc2013-evolution-d7480fd1c06182203a147559143931606c712759.tar.xz gsoc2013-evolution-d7480fd1c06182203a147559143931606c712759.tar.zst gsoc2013-evolution-d7480fd1c06182203a147559143931606c712759.zip |
Took out some debugging code.
Took out some debugging code.
svn path=/trunk/; revision=3592
-rw-r--r-- | calendar/gui/e-day-view.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gui/e-day-view.c b/calendar/gui/e-day-view.c index e01fbeb6e9..e0e13664f2 100644 --- a/calendar/gui/e-day-view.c +++ b/calendar/gui/e-day-view.c @@ -1091,7 +1091,7 @@ e_day_view_update_event (EDayView *day_view, g_return_if_fail (E_IS_DAY_VIEW (day_view)); -#if 1 +#if 0 /* FIXME: Just for testing. */ chdir ("/home/damon/tmp"); g_log_set_always_fatal (G_LOG_LEVEL_WARNING | G_LOG_LEVEL_CRITICAL); |