gnumeric r17029 - in trunk: . src/dialogs



Author: mortenw
Date: Mon Dec 22 15:08:40 2008
New Revision: 17029
URL: http://svn.gnome.org/viewvc/gnumeric?rev=17029&view=rev

Log:
2008-12-22  Morten Welinder  <terra gnome org>

	* dialog-stf-preview.c (stf_preview_find_column): Return *dx
	return values.



Modified:
   trunk/NEWS
   trunk/src/dialogs/ChangeLog
   trunk/src/dialogs/dialog-stf-preview.c

Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS	(original)
+++ trunk/NEWS	Mon Dec 22 15:08:40 2008
@@ -58,6 +58,7 @@
 	* Fix date overflow problem.  [#564502]
 	* Fix XLS import critical.  [#564499]
 	* Sanitize error cases for DAY, MONTH, YEAR.
+	* Fix column-split problem with fixed-width stf import.
 
 --------------------------------------------------------------------------
 Gnumeric 1.9.3

Modified: trunk/src/dialogs/dialog-stf-preview.c
==============================================================================
--- trunk/src/dialogs/dialog-stf-preview.c	(original)
+++ trunk/src/dialogs/dialog-stf-preview.c	Mon Dec 22 15:08:40 2008
@@ -311,6 +311,8 @@
 {
 	int col;
 
+	*dx = 0;
+
 	/* Figure out what column we pressed in.  */
 	for (col = 0; 1; col++) {
 		GtkWidget *w;
@@ -326,5 +328,4 @@
 	}
 
 	*pcol = col;
-	*dx = 0;
 }



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