| 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> |
|---|---|---|
| ||
| Previous by Date: | Bug#274292: autofs: does not work on amd64, Tollef Fog Heen |
|---|---|
| Next by Date: | Bug#272954: Thunderbird 0.8 and Filters, Joost Witteveen |
| Previous by Thread: | Bug#274292: autofs: does not work on amd64, Tollef Fog Heen |
| Next by Thread: | Bug#250225: double amd64 patch, Frederik Schueler |
| Indexes: | [Date] [Thread] [Top] [All Lists] |