[Fencommits] fenfire-hs: instead of the deprecated "onChanged combo", use "on combo changed"

Tuukka Hastrup Tuukka.Hastrup at iki.fi
Mon Oct 5 23:16:53 EEST 2009


Mon Oct  5 23:15:47 EEST 2009  Tuukka Hastrup <Tuukka.Hastrup at iki.fi>
  * instead of the deprecated "onChanged combo", use "on combo changed"
  Ignore-this: 16fb0e5d8569b64a5dfaf4d6d309bbd3

    M ./Fenfire/Main.hs -1 +1

Mon Oct  5 23:15:47 EEST 2009  Tuukka Hastrup <Tuukka.Hastrup at iki.fi>
  * instead of the deprecated "onChanged combo", use "on combo changed"
  Ignore-this: 16fb0e5d8569b64a5dfaf4d6d309bbd3
diff -rN -u old-fenfire-hs/Fenfire/Main.hs new-fenfire-hs/Fenfire/Main.hs
--- old-fenfire-hs/Fenfire/Main.hs	2009-10-05 23:16:53.638163168 +0300
+++ new-fenfire-hs/Fenfire/Main.hs	2009-10-05 23:16:53.638163168 +0300
@@ -619,7 +619,7 @@
     New.cellLayoutPackStart combo renderer True
     New.cellLayoutSetAttributes combo renderer propList $ \row -> 
         [ New.cellText := snd row ]
-    New.onChanged combo $ do 
+    on combo changed $ do
         active <- New.comboBoxGetActive combo 
         case active of 
             (-1) -> return ()




More information about the Fencommits mailing list