From 264f3ddbe777c212620a2e5c66c1b9f358f833e7 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Mon, 2 Feb 2015 10:10:49 +0000 Subject: enabled new metadata formatter git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@4710 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/General/notifier/popupwidget.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/plugins/General/notifier/popupwidget.cpp') diff --git a/src/plugins/General/notifier/popupwidget.cpp b/src/plugins/General/notifier/popupwidget.cpp index f93999ee8..b29b5c6f0 100644 --- a/src/plugins/General/notifier/popupwidget.cpp +++ b/src/plugins/General/notifier/popupwidget.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2008-2014 by Ilya Kotov * + * Copyright (C) 2008-2015 by Ilya Kotov * * forkotov02@hotmail.ru * * * * This program is free software; you can redistribute it and/or modify * @@ -95,7 +95,7 @@ void PopupWidget::showMetaData() else title.replace("%l",""); MetaDataFormatter f(title); - title = f.parse(core->metaData()); + title = f.format(core->metaData()); m_label1->setText(title); -- cgit v1.2.3-13-gbd6f