glom r1644 - in trunk: . glom
- From: arminb svn gnome org
- To: svn-commits-list gnome org
- Subject: glom r1644 - in trunk: . glom
- Date: Sun, 20 Jul 2008 19:06:57 +0000 (UTC)
Author: arminb
Date: Sun Jul 20 19:06:57 2008
New Revision: 1644
URL: http://svn.gnome.org/viewvc/glom?rev=1644&view=rev
Log:
2008-07-20 Armin Burgmeier <armin openismus com>
* glom/application.cc (offer_new_or_existing): Fixed the
non-client-only build. There was a default: marker in a switch
statement with no code after it.
Modified:
trunk/ChangeLog
trunk/glom/application.cc
Modified: trunk/glom/application.cc
==============================================================================
--- trunk/glom/application.cc (original)
+++ trunk/glom/application.cc Sun Jul 20 19:06:57 2008
@@ -1206,7 +1206,8 @@
break;
#endif
#ifndef GLOM_ENABLE_CLIENT_ONLY
- default:
+ default:
+ break;
#endif // !GLOM_ENABLE_CLIENT_ONLY
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]