diff options
author | Michael Johnson <youngmug@animeneko.net> | 2010-05-12 17:37:07 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-12 17:37:07 +0200 |
commit | 1ee225c0713ed0cb3824cd2dbb1e86044a1a68ae (patch) | |
tree | d6aac3b4830b212faf35f381248d568d17bc6f92 /audio/last.fm/patches/volumeslider_h-qt45.patch | |
parent | 85fa8fc31c3d26ce070497645e10897d71b1b375 (diff) | |
download | slackbuilds-1ee225c0713ed0cb3824cd2dbb1e86044a1a68ae.tar.gz |
audio/last.fm: Updated for version 1.5.1.31879
Diffstat (limited to 'audio/last.fm/patches/volumeslider_h-qt45.patch')
-rw-r--r-- | audio/last.fm/patches/volumeslider_h-qt45.patch | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/audio/last.fm/patches/volumeslider_h-qt45.patch b/audio/last.fm/patches/volumeslider_h-qt45.patch new file mode 100644 index 0000000000..91374423b6 --- /dev/null +++ b/audio/last.fm/patches/volumeslider_h-qt45.patch @@ -0,0 +1,19 @@ +Index: lastfm-1.5.1.31879/src/myvolumeslider.h +=================================================================== +--- /dev/null ++++ lastfm-1.5.1.31879/src/myvolumeslider.h +@@ -0,0 +1 @@ ++#include "volumeslider.h" +Index: lastfm-1.5.1.31879/src/playcontrols.ui +=================================================================== +--- lastfm-1.5.1.31879.orig/src/playcontrols.ui ++++ lastfm-1.5.1.31879/src/playcontrols.ui +@@ -146,7 +146,7 @@ + <customwidget> + <class>VolumeSlider</class> + <extends>QFrame</extends> +- <header>volumeslider.h</header> ++ <header>myvolumeslider.h</header> + <container>1</container> + </customwidget> + </customwidgets> |