diff options
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(); - |