[Gambas-user] Issue 453 in gambas: error on gmime open file when simple desktop are used (openbox, rox, etc)

gambas at ...2524... gambas at ...2524...
Tue Sep 24 15:33:14 CEST 2013


Comment #4 on issue 453 by mckayger... at ...626...: 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




More information about the User mailing list