Index: jbidwatcher/trunk/src/com/jbidwatcher/ui/FilterManager.java =================================================================== --- jbidwatcher/trunk/src/com/jbidwatcher/ui/FilterManager.java (revision 564) +++ jbidwatcher/trunk/src/com/jbidwatcher/ui/FilterManager.java (revision 582) @@ -47,7 +47,7 @@ do { tabName = JConfig.queryDisplayProperty("tabs.name." + i++); - if (tabName != null) { + if (tabName != null && mList.findCategory(tabName) == null) { mList.add(new AuctionListHolder(tabName)); } } while (tabName != null);