From: Duncan C. <dun...@us...> - 2005-01-16 22:11:22
|
Update of /cvsroot/gtk2hs/gtk2hs/demo/profileviewer In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8290/demo/profileviewer Modified Files: ProfileViewer.hs Log Message: Witespace fix. Not sure how this got in. Index: ProfileViewer.hs =================================================================== RCS file: /cvsroot/gtk2hs/gtk2hs/demo/profileviewer/ProfileViewer.hs,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- ProfileViewer.hs 16 Jan 2005 14:15:35 -0000 1.3 +++ ProfileViewer.hs 16 Jan 2005 22:11:10 -0000 1.4 @@ -141,7 +141,7 @@ when (not (null commands)) (do profile <- parseProfileFile (head commands) writeIORef profileVar (Just profile) - repopulateTreeStore) + repopulateTreeStore) -- The final step is to display the main window and run the main loop widgetShowAll mainWindow |