Tim Felgentreff uploaded a new version of DBus-Objects to project Etoys Inbox:
http://source.squeak.org/etoysinbox/DBus-Objects-tfel.9.mcz==================== Summary ====================
Name: DBus-Objects-tfel.9
Author: tfel
Time: 28 July 2016, 12:03:09.184881 pm
UUID: 5f9ce45c-cf9b-894d-8298-dd17a6bcfaf0
Ancestors: DBus-Objects-bf.8
if we have no DBus plugin and the mainloop fails, just exit, otherwise the image will hang on startup
=============== Diff against DBus-Objects-bf.8 ===============
Item was changed:
----- Method: DBus>>mainloop (in category 'mainloop') -----
mainloop
+ [[true] whileTrue:
- [true] whileTrue:
[self processMessages.
+ readSemaphore wait]] on: Error do: [^ self]!
- readSemaphore wait]
- !
_______________________________________________
etoys-dev mailing list
[hidden email]
http://lists.squeakland.org/mailman/listinfo/etoys-dev