Comment 2 for bug 239

Revision history for this message
Rafał Jędruszek (necui) wrote :

PSI jabber client, KF jabber client.

'Enable popup notifications' in PSI (options/events). These popups are placed above xscreensaver window. 'KF popups windows' too.

Take a look at
http://jabberstudio.org/cgi-bin/viewcvs.cgi/cvs/kf/src/gtktip.c?rev=1.4&view=markup

There's a code from KF that shows these 'popup windows'. They are created like:
GTK_WINDOW (tip)->type = GTK_WINDOW_POPUP;

I don't know what code does this in PSI.