From d8f17a11834c18b2fc05890058400f78c3475b15 Mon Sep 17 00:00:00 2001 From: Alexey Yakovenko Date: Tue, 1 Dec 2009 20:29:54 +0100 Subject: added config dialog for hvsc in sid plugin --- plugins/lastfm/lastfm.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/lastfm') diff --git a/plugins/lastfm/lastfm.c b/plugins/lastfm/lastfm.c index f14ff5bf..63724879 100644 --- a/plugins/lastfm/lastfm.c +++ b/plugins/lastfm/lastfm.c @@ -777,8 +777,8 @@ lastfm_stop (void) { } static const char settings_dlg[] = - "property \"Username\" entry lastfm.login;\n" - "property \"Password\" password lastfm.password;" + "property Username entry lastfm.login \"\";\n" + "property Password password lastfm.password \"\";" ; // define plugin interface -- cgit v1.2.3