--- main.m.ORG  Sun Jun 11 12:56:53 2006
+++ main.m      Fri Jul 21 12:26:40 2006
@@ -49,7 +49,7 @@

   // we never show the app icon
   [[NSUserDefaults standardUserDefaults]
- setObject: [NSNumber numberWithBool: YES] forKey: @"GSDontShowAppIcon"]; + setObject: [NSNumber numberWithBool: YES] forKey: @"GSSuppressAppIcon"];

   delegate = [Controller new];
   [NSApplication sharedApplication];


On a side-note, put GSSuppressAppIcon=YES in the NSGlobalDomain domain to suppress the creation of any application's application icon. Make sure you have a way of unhiding the application(s), though.

--
Chris



_______________________________________________
Etoile-dev mailing list
[email protected]
https://mail.gna.org/listinfo/etoile-dev

Reply via email to