On Wednesday 18 September 2002 21:54, Keven R. Pittsinger wrote:
>
> 'k.  Did you update the sourcecode on Sourcenet yet?  I just rebuilt from
> that.
>

no, I did not.  I will have to make a .1 release sometime as people send in 
translations and what not this is minor enough to wait until then.  The patch 
is VERY trivial.

diff -pru blackbox-0.65.0/src/Screen.cc blackbox-0.65-cvs/src/Screen.cc
--- blackbox-0.65.0/src/Screen.cc       2002-09-18 18:01:06.000000000 -0700
+++ blackbox-0.65-cvs/src/Screen.cc     2002-09-18 18:00:56.000000000 -0700
@@ -1120,7 +1120,7 @@ void BScreen::prevFocus(void) const {
       focused->getScreen()->getScreenNumber() == getScreenNumber() &&
       current_workspace->getCount() > 1) {
     do {
-      next = current_workspace->getNextWindowInList(next);
+      next = current_workspace->getPrevWindowInList(next);
     } while(next != focused && ! next->setInputFocus());

     if (next != focused)

-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
List archives:  http://asgardsrealm.net/lurker/splash/index.html
Trouble? Contact [EMAIL PROTECTED]

Reply via email to