Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 197452 - media-sound/alsamixergui - unlocked controls
Summary: media-sound/alsamixergui - unlocked controls
Status: RESOLVED UPSTREAM
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-29 19:42 UTC by Sascha Teske
Modified: 2007-10-30 07:21 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sascha Teske 2007-10-29 19:42:31 UTC
if found it a bit irritating, i hardly ever want to shift one channel alone. how about you? this is not a but per se but i have a patch for it anyway


Reproducible: Always




--- /var/tmp/portage/media-sound/alsamixergui-0.9.0.1.2-r4/work/alsamixergui-0.9.0rc1-2/src/Fl_AM.cxx	2002-05-03 11:37:27.000000000 +0200
+++ src/Fl_AM.cxx	2007-10-29 21:23:48.073652541 +0100
@@ -486,7 +486,7 @@
 	
 	lock = new Fl_Pixmap_Button(X,Y+H-NAMEBOXH-20,W,20);
 	lock->color(BGCOLOR,BGCOLOR);
-	lock->value(0);
+	lock->value(1);
 	((Fl_Pixmap_Button*)lock)->pixmaps(&pixmap_lock0,&pixmap_lock1);
 	lock->callback((Fl_Callback*)lock_cb);
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2007-10-30 07:21:50 UTC
Please, get this changed upstream if you dislike it...

http://www.iua.upf.es/~mdeboer/projects/alsamixergui/