Comment #4 on issue 453 by mckayger...@gmail.com: error on gmime open file  
when simple desktop are used (openbox, rox, etc)
http://code.google.com/p/gambas/issues/detail?id=453

i forgot to confirm that..

i triyed the patch (cited)

--- a/gambas/trunk/app/src/gambas3/.src/MMime.module
+++ b/gambas/trunk/app/src/gambas3/.src/MMime.module
@@ -112,7 +112,7 @@
      'Case "bdf"
      '  Return "application/x-font-bdf"
      Case Else
-      Return DesktopMime.FromFile(sPath).Type
+      Try Return DesktopMime.FromFile(sPath).Type
    End Select

  End

and confirm that works with local complication, but i must test the debian  
packages made by me..
i'll confirm that in 3 days if complete works (must be due the "try" said  
that yes je je)

-- 
You received this message because this project is configured to send all  
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60133471&iu=/4140/ostg.clktrk
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to