Commit 34ca61b6 authored by Antoine Cellerier's avatar Antoine Cellerier

Oops.

parent f931a4a4
...@@ -104,7 +104,7 @@ void RecentsMRL::load() ...@@ -104,7 +104,7 @@ void RecentsMRL::load()
for( int i = 0; i < list.size(); ++i ) for( int i = 0; i < list.size(); ++i )
{ {
if ( !filter && filter->indexIn( list.at(i) ) == -1 ) if ( !filter || filter->indexIn( list.at(i) ) == -1 )
stack->append( list.at(i) ); stack->append( list.at(i) );
} }
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment