diff options
author | Seth Alves <alves@src.gnome.org> | 2000-04-26 01:42:55 +0800 |
---|---|---|
committer | Seth Alves <alves@src.gnome.org> | 2000-04-26 01:42:55 +0800 |
commit | 8bedc01ea38621443178dececadeefa639ece958 (patch) | |
tree | 624f633dc58440f3d641d0f234aa3be817d291de /calendar/gui/evolution-calendar-control.c | |
parent | e8bff6c44ec77124c393259f84bdf73737e0e7c7 (diff) | |
download | gsoc2013-evolution-8bedc01ea38621443178dececadeefa639ece958.tar gsoc2013-evolution-8bedc01ea38621443178dececadeefa639ece958.tar.gz gsoc2013-evolution-8bedc01ea38621443178dececadeefa639ece958.tar.bz2 gsoc2013-evolution-8bedc01ea38621443178dececadeefa639ece958.tar.lz gsoc2013-evolution-8bedc01ea38621443178dececadeefa639ece958.tar.xz gsoc2013-evolution-8bedc01ea38621443178dececadeefa639ece958.tar.zst gsoc2013-evolution-8bedc01ea38621443178dececadeefa639ece958.zip |
allow for null ico
* gui/e-day-view.c (e_day_view_update_event): allow for null ico
* gui/e-week-view.c (e_week_view_update_event): allow for null ico
svn path=/trunk/; revision=2605
Diffstat (limited to 'calendar/gui/evolution-calendar-control.c')
-rw-r--r-- | calendar/gui/evolution-calendar-control.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gui/evolution-calendar-control.c b/calendar/gui/evolution-calendar-control.c index 721a5e871c..c8c419d471 100644 --- a/calendar/gui/evolution-calendar-control.c +++ b/calendar/gui/evolution-calendar-control.c @@ -160,7 +160,7 @@ main (int argc, char **argv) alarm_init (); init_calendar (); - g_log_set_always_fatal ((GLogLevelFlags) 0xFFFF); + //g_log_set_always_fatal ((GLogLevelFlags) 0xFFFF); CORBA_exception_init (&ev); |