]> Dogcows Code - chaz/openbox/blobdiff - src/Rootmenu.cc
on reconfigure, save all of the open submenus instead of just one, and then reopen...
[chaz/openbox] / src / Rootmenu.cc
index 3fbc844c6fb0e67b71e9b9535fe01e7fcbe589b1..148c1fcada65de96a11f90702b70d53beee6bf77 100644 (file)
@@ -58,7 +58,7 @@ void Rootmenu::itemSelected(int button, unsigned int index) {
 
   BasemenuItem *item = find(index);
 
-  if (!item->function())
+  if (! item->function())
     return;
 
   switch (item->function()) {
This page took 0.020269 seconds and 4 git commands to generate.