Comment 5 for bug 94752

Revision history for this message
Stephen Cook (siti) wrote : Re: Startup notification doesn't work when gaim is started without a window (only in the notification area).

Here is a patch for the issue. I just got rid of all the calls to startup notification (which was bad code because it is only available on X11. So I just made it a simple call to gdk_notify_startup_complete();.