From 4cab7ec8447867c7e02ec185dd282b8ab9529aa2 Mon Sep 17 00:00:00 2001 From: Andrew Ruthven Date: Tue, 30 Sep 2008 09:37:46 +1300 Subject: [PATCH] Look for the correct config option. --- lib/Display/Plugins/Photo/FSpot.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Display/Plugins/Photo/FSpot.pm b/lib/Display/Plugins/Photo/FSpot.pm index 4a56671..b5c1fc3 100644 --- a/lib/Display/Plugins/Photo/FSpot.pm +++ b/lib/Display/Plugins/Photo/FSpot.pm @@ -41,7 +41,7 @@ sub init { POE::Component::EasyDBI->spawn( alias => 'FSpotDB', - dsn => "dbi:SQLite:dbname=" . ($self->{'config'}{'_config'}{'plugins'}{'DB'} || $default_f_spot_db), + dsn => "dbi:SQLite:dbname=" . ($self->{'config'}{'_config'}{'plugins'}{'FSpot'}{'DB'} || $default_f_spot_db), username => '', password => '', ); -- 2.30.2