From 2853e0573066895f2e1c0461b8b12284ef031f3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20Lindstr=C3=B6m?= Date: Thu, 24 Jan 2013 20:41:01 +0100 Subject: [PATCH] Ouch, a typo! --- src/infoplugins/generic/charts/ChartsPlugin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/infoplugins/generic/charts/ChartsPlugin.cpp b/src/infoplugins/generic/charts/ChartsPlugin.cpp index 2cb0333a6..a51ad306f 100644 --- a/src/infoplugins/generic/charts/ChartsPlugin.cpp +++ b/src/infoplugins/generic/charts/ChartsPlugin.cpp @@ -497,7 +497,7 @@ ChartsPlugin::chartsList() /// If this item has expired, set it to 0. c[ "expires" ] = ( ok ? QString::number (expires ) : QString::number( 0 ) ); - QList< Tomahawk::InfoSystem::InfoStringHash > exraTypeData = extraType[ extra ][ type ].value< QList< Tomahawk::InfoSystem::InfoStringHash > >(); + QList< Tomahawk::InfoSystem::InfoStringHash > extraTypeData = extraType[ extra ][ type ].value< QList< Tomahawk::InfoSystem::InfoStringHash > >(); extraTypeData.append( c ); extraType[ extra ][ type ] = QVariant::fromValue< QList< Tomahawk::InfoSystem::InfoStringHash > >( extraTypeData );