From 0ae97b46b654c58be4dbdf0daeb1a4c84e49f75d Mon Sep 17 00:00:00 2001 From: Mikael Magnusson Date: Sat, 9 Sep 2006 20:10:23 +0000 Subject: [PATCH] this should work too --- rspanel.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/rspanel.c b/rspanel.c index 97c4dee..ad0d9e3 100644 --- a/rspanel.c +++ b/rspanel.c @@ -914,8 +914,6 @@ void taskbar_read_clientlist(void) win = get_prop_data(root_win, atom__NET_ACTIVE_WINDOW, XA_WINDOW, &num); if (win && num > 0) focus_win = win[0]; - else - return; win = get_prop_data(root_win, atom__NET_CLIENT_LIST, XA_WINDOW, &num); if (!win) -- 2.39.2