'From etoys2.1 of 30 August 2007 [latest update: #1645] on 15 September 2007 at 12:56:39 am'! "Change Set: setActive-bf Date: 15 September 2007 Author: Bert Freudenberg DBus method set_active() changed to SetActive()"! !SugarLauncher methodsFor: 'dbus' stamp: 'bf 9/15/2007 00:55'! dbusMessageRegistry "automatically generated by (SugarLauncher compileDBusMessageRegistry)" ^#(#('org.freedesktop.DBus.Introspectable' #(#('Introspect' #handleDBusIntrospect:))) #('org.laptop.Activity' #(#('SetActive' #handleActivitySetActive:))))! ! !SugarLauncher methodsFor: 'dbus' stamp: 'bf 9/15/2007 00:55'! introspect "If this method is changed, you need to run (SugarLauncher compileDBusMessageRegistry)" ^' '! !