]> Dogcows Code - chaz/openbox/blobdiff - openbox/actions/cyclewindows.c
don't crash when using <raise> and alt-tab and there are no windows to cycle between
[chaz/openbox] / openbox / actions / cyclewindows.c
index 672c9d00fc83bb7b4b6c0b2109cb0d3e0909d1da..36dd66ee4c6c635111fdcea9d4e5b0cfc585c614 100644 (file)
@@ -130,7 +130,7 @@ static gboolean run_func(ObActionsData *data, gpointer options)
     cycling = TRUE;
 
     stacking_restore();
-    if (o->raise) stacking_temp_raise(CLIENT_AS_WINDOW(ft));
+    if (o->raise && ft) stacking_temp_raise(CLIENT_AS_WINDOW(ft));
 
     return TRUE;
 }
This page took 0.020825 seconds and 4 git commands to generate.