diff options
Diffstat (limited to 'kwin/atoms.cpp')
-rw-r--r-- | kwin/atoms.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kwin/atoms.cpp b/kwin/atoms.cpp index 165a9e72c..aa6e82ea2 100644 --- a/kwin/atoms.cpp +++ b/kwin/atoms.cpp @@ -26,7 +26,7 @@ Atoms::Atoms() Atom atoms_return[max]; int n = 0; - atoms[n] = &kwin_running; + atoms[n] = &twin_running; names[n++] = (char *) "KWIN_RUNNING"; atoms[n] = &wm_protocols; |