diff options
author | Miguel de Icaza <miguel@nuclecu.unam.mx> | 1999-05-26 08:09:06 +0800 |
---|---|---|
committer | Arturo Espinosa <unammx@src.gnome.org> | 1999-05-26 08:09:06 +0800 |
commit | c2151121d3d274f694d8d8fd8c6fa1e300cc98e8 (patch) | |
tree | a22375909ea748ef19e89fb0cd9698e5fd12e73d /calendar/ChangeLog | |
parent | 089aee24eab2eaae8ecec6aedb3d3e82e0eeebf9 (diff) | |
download | gsoc2013-evolution-c2151121d3d274f694d8d8fd8c6fa1e300cc98e8.tar.gz gsoc2013-evolution-c2151121d3d274f694d8d8fd8c6fa1e300cc98e8.tar.zst gsoc2013-evolution-c2151121d3d274f694d8d8fd8c6fa1e300cc98e8.zip |
Added missing break here. It was causing core dumps when invoked with
1999-05-25 Miguel de Icaza <miguel@nuclecu.unam.mx>
* main.c (parse_an_arg): Added missing break here. It was causing
core dumps when invoked with --userfile.
svn path=/trunk/; revision=944
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 9e6f34d745..c802b374a9 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,5 +1,8 @@ 1999-05-25 Miguel de Icaza <miguel@nuclecu.unam.mx> + * main.c (parse_an_arg): Added missing break here. It was causing + core dumps when invoked with --userfile. + * gnome-cal.c (gnome_calendar_set_view): Add some assertions here, to pin point the bug reported on gnome-list. |