On May 26, 2011, at 1:08 AM, Peter Hosey wrote:

> On May 25, 2011, at 21:57:40, Harvey Chapman wrote:
>> So, I ran GrowlTunes and it does the same as before. Now what should I do or 
>> look for?
> 
> For better or worse, nearly all of the code is in GrowlTunesController.
> 
> Part of that code is this:
> 
>       if (![[NSUserDefaults standardUserDefaults] boolForKey:NO_MENU_KEY])
>               [self createStatusItem];
> 
> This tells us two things:
> 
> 1. There is a preference that suppresses the status item, so you should use 
> the defaults command to check whether you have it set.
> 2. If not, set a breakpoint on that method and see whether you hit it. If you 
> do, investigate from there. If not, back up a level, set a new breakpoint, 
> and repeat.

harveybook:GrowlTunes hchapman$ defaults read -app GrowlTunes    
{
    GrowlTunesWithoutMenu = 1;
}

I don't remember ever setting this. Running "defaults delete -app GrowlTunes" 
has restored the menu. Now, I get no notifications on track changes. The 
application and both of its notifications are enabled in the Growl preferences.

-- 
You received this message because you are subscribed to the Google Groups 
"Growl Discuss" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/growldiscuss?hl=en.

Reply via email to