summaryrefslogtreecommitdiff
path: root/audio/juk/files/patch-juk::juk.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'audio/juk/files/patch-juk::juk.cpp')
-rw-r--r--audio/juk/files/patch-juk::juk.cpp19
1 files changed, 19 insertions, 0 deletions
diff --git a/audio/juk/files/patch-juk::juk.cpp b/audio/juk/files/patch-juk::juk.cpp
new file mode 100644
index 000000000000..602f5826224c
--- /dev/null
+++ b/audio/juk/files/patch-juk::juk.cpp
@@ -0,0 +1,19 @@
+--- 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();
+