fix a comment
This commit is contained in:
parent
80a42d2b0c
commit
02e8107507
1 changed files with 2 additions and 2 deletions
|
@ -1209,8 +1209,8 @@ void Client::applyStartupState()
|
||||||
|
|
||||||
void Client::fireUrgent()
|
void Client::fireUrgent()
|
||||||
{
|
{
|
||||||
// call the python UrgentNotify callbacks
|
// call the python UrgentWindow callbacks
|
||||||
EventData data(_screen, this, EventUrgentNotify, 0);
|
EventData data(_screen, this, EventUrgentWindow, 0);
|
||||||
openbox->bindings()->fireEvent(&data);
|
openbox->bindings()->fireEvent(&data);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue