fire Startup on startup, not shutdown
This commit is contained in:
parent
3cca07840b
commit
fe9fb53a7b
1 changed files with 1 additions and 1 deletions
|
@ -134,7 +134,7 @@ Screen::Screen(int screen)
|
||||||
openbox->registerHandler(_info->rootWindow(), this);
|
openbox->registerHandler(_info->rootWindow(), this);
|
||||||
|
|
||||||
// call the python Startup callbacks
|
// call the python Startup callbacks
|
||||||
EventData data(_number, 0, EventAction::Shutdown, 0);
|
EventData data(_number, 0, EventAction::Startup, 0);
|
||||||
openbox->bindings()->fireEvent(&data);
|
openbox->bindings()->fireEvent(&data);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue