1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-17 03:24:15 +02:00

make adium plugin build

This commit is contained in:
Leo Franchi
2011-06-11 13:43:51 -04:00
parent 5cfbcae95e
commit 9d4642b453

View File

@@ -176,7 +176,7 @@ AdiumPlugin::openLinkFromHash( const Tomahawk::InfoSystem::InfoCriteriaHash& has
album = hash["album"]; album = hash["album"];
} }
return GlobalActionManager::instance()->openLink( title, artist, album, true ); return GlobalActionManager::instance()->openLink( title, artist, album );
} }
void void