debian-bugs-dist.lists.debian.org
[Top] [All Lists]

Bug#222269: patch to make 'xmms-shell window ... toggle' work

Subject: Bug#222269: patch to make 'xmms-shell window ... toggle' work
From: Ansgar Burchardt
Date: Thu, 30 Sep 2004 23:04:07 +0200
I wrote a patch to solve this problem. It works fine for me :-)

Ansgar


--- xmms-shell-0.99.3/src/window.cc     2002-10-23 02:05:19.000000000 +0200
+++ xmms-shell-new/src/window.cc        2003-12-22 18:01:51.000000000 +0100
@@ -58,7 +58,7 @@
                                status |= apply;
                                break;
                        case 2:
-                               status ^= ~(status & ~apply) | apply;
+                               status ^= apply;
                                break;
                }
 


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-REQUEST@xxxxxxxxxxxxxxxx
with a subject of "unsubscribe". Trouble? Contact listmaster@xxxxxxxxxxxxxxxx

<Prev in Thread] Current Thread [Next in Thread>
  • Bug#222269: patch to make 'xmms-shell window ... toggle' work, Ansgar Burchardt <=
Privacy Policy