diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2003-04-06 01:22:08 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2003-04-06 01:22:08 +0000 |
commit | f03c467d535c9a23f99bd3a468529112f9ca3a00 (patch) | |
tree | 2afe03f79504873f93d4eb2ee3e6c30bb591154e /audio/juk/files/patch-juk::juk.cpp | |
parent | Added INSTALLS_SHLIB to Makefile. Informed maintainer. (diff) |
o Update to 1.1
o Remove patches incorporated into the distribution
Submitted by: Lauri Watts <lauri@kde.org> (FreeBSD KDE Team)
Notes
Notes:
svn path=/head/; revision=78379
Diffstat (limited to 'audio/juk/files/patch-juk::juk.cpp')
-rw-r--r-- | audio/juk/files/patch-juk::juk.cpp | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/audio/juk/files/patch-juk::juk.cpp b/audio/juk/files/patch-juk::juk.cpp deleted file mode 100644 index 602f5826224c..000000000000 --- a/audio/juk/files/patch-juk::juk.cpp +++ /dev/null @@ -1,19 +0,0 @@ ---- juk/juk.cpp.orig Tue Feb 18 05:29:20 2003 -+++ juk/juk.cpp Mon Mar 3 12:24:34 2003 -@@ -52,6 +52,7 @@ - readSettings(); - setupLayout(); - setupActions(); -+ playlistChanged(); - readConfig(); - setupPlayer(); - setupSystemTray(); -@@ -84,8 +85,6 @@ - - connect(splitter, SIGNAL(selectedPlaylistCountChanged(int)), statusLabel, SLOT(setPlaylistCount(int))); - connect(statusLabel, SIGNAL(jumpButtonClicked()), splitter, SLOT(selectPlaying())); -- -- updatePlaylistInfo(); - - splitter->setFocus(); - |