aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@nuclecu.unam.mx>1999-05-26 08:09:06 +0800
committerArturo Espinosa <unammx@src.gnome.org>1999-05-26 08:09:06 +0800
commitc2151121d3d274f694d8d8fd8c6fa1e300cc98e8 (patch)
treea22375909ea748ef19e89fb0cd9698e5fd12e73d
parent089aee24eab2eaae8ecec6aedb3d3e82e0eeebf9 (diff)
downloadgsoc2013-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
-rw-r--r--calendar/ChangeLog3
-rw-r--r--calendar/gui/main.c3
-rw-r--r--calendar/main.c3
3 files changed, 7 insertions, 2 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.
diff --git a/calendar/gui/main.c b/calendar/gui/main.c
index 0961c87b4b..770608743a 100644
--- a/calendar/gui/main.c
+++ b/calendar/gui/main.c
@@ -739,7 +739,8 @@ parse_an_arg (poptContext ctx,
*/
arg = COOKIE_USER_HOME_DIR;
/* fall through */
-
+ break;
+
case VIEW_KEY:
start_views = g_list_append (start_views, arg);
break;
diff --git a/calendar/main.c b/calendar/main.c
index 0961c87b4b..770608743a 100644
--- a/calendar/main.c
+++ b/calendar/main.c
@@ -739,7 +739,8 @@ parse_an_arg (poptContext ctx,
*/
arg = COOKIE_USER_HOME_DIR;
/* fall through */
-
+ break;
+
case VIEW_KEY:
start_views = g_list_append (start_views, arg);
break;
lang/gnatdroid-armv(5,7): Use lang/gcc-aux as base, not lang/gnat-auxmarino2014-01-243-26/+12 * lang/gnatdroid-armv(5,7): Convert to stagingmarino2013-11-093-47/+49 * Update to libmpc version 1.0.1 which brings the following fixes:gerald2013-10-261-0/+1 * Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-0/+1 * Introduce ICONV_CONFIGURE_ARG variable defined at Uses/iconv.mk.bsam2013-09-051-1/+1 * Replace John Marino email address with FreeBSD versionmarino2013-07-121-2/+2 * Base gnat on new 4.6.4 version of gccbapt2013-04-302-26/+22 * - Update to 20120301 (corresponding to gcc 4.6.3)culot2012-04-249-229/+97 * - Add patch to disable symbolic traceback run-time supportculot2011-09-112-0/+84 * - Update pkg-descrculot2011-09-081-1/+1