mythnews has a function that hides a parameter.

From: Erik Hovland <erik@hovland.org>


---

 mythplugins/mythnews/mythnews/mythnewsconfig.cpp |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/mythplugins/mythnews/mythnews/mythnewsconfig.cpp b/mythplugins/mythnews/mythnews/mythnewsconfig.cpp
index c556d67..8fb98d0 100644
--- a/mythplugins/mythnews/mythnews/mythnewsconfig.cpp
+++ b/mythplugins/mythnews/mythnews/mythnewsconfig.cpp
@@ -262,12 +262,12 @@ void MythNewsConfig::slotCategoryChanged(MythListButtonItem *item)
 
         for (NewsSiteItem* site = cat->siteList.first();
              site; site = cat->siteList.next() ) {
-            MythListButtonItem* item =
+            MythListButtonItem* newItem =
                 new MythListButtonItem(m_siteList, site->name, 0, true,
                                       site->inDB ?
                                       MythListButtonItem::FullChecked :
                                       MythListButtonItem::NotChecked);
-            item->setData(site);
+            newItem->setData(site);
         }
     }
 }
