Advertisement
theroot

maxvol.patch

Apr 4th, 2013
250
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.43 KB | None | 0 0
  1. --- src/kded_kosd/kosdd.cpp     2011-11-15 14:41:08.000000000 -0500
  2. +++ src/kded_kosd/kosdd.cpp     2013-04-04 12:56:36.626066278 -0400
  3. @@ -203,7 +203,7 @@
  4.  void KOsdD::showVolume(int percent, bool muted)
  5.  {
  6.      QPixmap *pixmap = d->volumePixmaps[KOsdDPrivate::VolumePixmapMuted];
  7. -    percent = clamp(percent, 0, 100);
  8. +    percent = clamp(percent, 0, 5000);
  9.  
  10.      if (muted)
  11.          d->osd->show(*pixmap, i18n("Volume Muted"), 0);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement