fix a comment

This commit is contained in:
Dana Jansens 2003-01-24 04:19:50 +00:00
parent 80a42d2b0c
commit 02e8107507

View file

@ -1209,8 +1209,8 @@ void Client::applyStartupState()
void Client::fireUrgent()
{
// call the python UrgentNotify callbacks
EventData data(_screen, this, EventUrgentNotify, 0);
// call the python UrgentWindow callbacks
EventData data(_screen, this, EventUrgentWindow, 0);
openbox->bindings()->fireEvent(&data);
}