gnumeric r16786 - trunk/src/dialogs



Author: mortenw
Date: Thu Sep 11 23:25:09 2008
New Revision: 16786
URL: http://svn.gnome.org/viewvc/gnumeric?rev=16786&view=rev

Log:
2008-09-11  Morten Welinder  <terra gnome org>

	* dialog-function-select.c (describe_new_style): Add missing
	break.



Modified:
   trunk/src/dialogs/ChangeLog
   trunk/src/dialogs/dialog-function-select.c

Modified: trunk/src/dialogs/dialog-function-select.c
==============================================================================
--- trunk/src/dialogs/dialog-function-select.c	(original)
+++ trunk/src/dialogs/dialog-function-select.c	Thu Sep 11 23:25:09 2008
@@ -410,6 +410,7 @@
 				text = *end ? end + 1 : end;
 			}
 			ADD_TEXT ("\n");
+			break;
 		}
 		case GNM_FUNC_HELP_END:
 			return;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]