[etoys-dev] Etoys Inbox: DBus-Objects-tfel.9.mcz

commits at source.squeak.org commits at source.squeak.org
Thu Jul 28 06:03:13 EDT 2016


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]
- !



More information about the etoys-dev mailing list