Comment 6 for bug 184985

Revision history for this message
Josh Headapohl (joshhead) wrote :

After looking at the problem a little more closely and trying to find where it is in the code, I've noticed a few details:

cGmail tries to open one browser for every notification window that has been shown.

For example, if cGmail has shown me 5 notifications, and I click "Go to Gmail Account," cGmail tries to open 5 browsers.

I think the problem is in lib/notify.py, maybe in the __init__ method of the Notifier class.