Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 630706
Collapse All | Expand All

(-)granite-0.3.0/lib/Widgets/ContractorView.vala (-1 / +1 lines)
Lines 181-187 Link Here
181
	        string text = value.get_string ();
181
	        string text = value.get_string ();
182
	        
182
	        
183
	        if (text[3:text.index_of ("</b>")] in names) {
183
	        if (text[3:text.index_of ("</b>")] in names) {
184
	            list.remove (it);
184
	            list.remove (ref it);
185
	            blacklisted_pos += cur_pos;
185
	            blacklisted_pos += cur_pos;
186
            }
186
            }
187
	        if (!check)
187
	        if (!check)

Return to bug 630706