[vlc-devel] commit: Oops. (Antoine Cellerier )
git version control
git at videolan.org
Sun Jan 4 17:51:30 CET 2009
vlc | branch: master | Antoine Cellerier <dionoea at videolan.org> | Sun Jan 4 17:51:39 2009 +0100| [34ca61b6e6025e6cf94dda48c28c69b4d7bbf191] | committer: Antoine Cellerier
Oops.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=34ca61b6e6025e6cf94dda48c28c69b4d7bbf191
---
modules/gui/qt4/recents.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/gui/qt4/recents.cpp b/modules/gui/qt4/recents.cpp
index c301442..9445cda 100644
--- a/modules/gui/qt4/recents.cpp
+++ b/modules/gui/qt4/recents.cpp
@@ -104,7 +104,7 @@ void RecentsMRL::load()
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) );
}
}
More information about the vlc-devel
mailing list