From 7ccf58f12ec005232dd1f1d5606cfbfcfa2b6996 Mon Sep 17 00:00:00 2001 From: jq Date: Sun, 13 May 2007 13:22:04 +0000 Subject: [PATCH] [project @ 6092] copy'n'paste too fast: it should be called _onpub_clear() --- lib/POE/Component/Client/MPD/Playlist.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/POE/Component/Client/MPD/Playlist.pm b/lib/POE/Component/Client/MPD/Playlist.pm index fb7b8ca..4af3646 100644 --- a/lib/POE/Component/Client/MPD/Playlist.pm +++ b/lib/POE/Component/Client/MPD/Playlist.pm @@ -81,7 +81,7 @@ sub _onpub_delete { # # Remove all the songs from the current playlist. # -sub _onpub_updatedb { +sub _onpub_clear { my $msg = POE::Component::Client::MPD::Message->new( { _from => $_[SENDER]->ID, _request => $_[STATE], -- 2.11.4.GIT