Author: jflesch
Date: 2007-01-13 23:49:36 +0000 (Sat, 13 Jan 2007)
New Revision: 11598

Modified:
   trunk/apps/Thaw/src/thaw/plugins/index/IndexBrowserPanel.java
Log:
Fix the position saving of the separtor between the tree and the unknown index 
list

Modified: trunk/apps/Thaw/src/thaw/plugins/index/IndexBrowserPanel.java
===================================================================
--- trunk/apps/Thaw/src/thaw/plugins/index/IndexBrowserPanel.java       
2007-01-13 23:02:41 UTC (rev 11597)
+++ trunk/apps/Thaw/src/thaw/plugins/index/IndexBrowserPanel.java       
2007-01-13 23:49:36 UTC (rev 11598)
@@ -136,7 +136,7 @@
                splitLocation = leftSplit.getDividerLocation();

                config.setValue("indexTreeUnknownListSplitLocation",
-                               Double.toString(splitLocation));
+                               Integer.toString(splitLocation));

                tables.saveState();
        }


Reply via email to