[vlc-commits] Qt: EPGEVent: can be same event without being current

Francois Cartegnie git at videolan.org
Sat Mar 5 16:25:48 CET 2011


vlc | branch: master | Francois Cartegnie <fcvlcdev at free.fr> | Sat Mar  5 14:29:01 2011 +0100| [cb9b7a6cc857c46d8bca5febefa096caf4acc055] | committer: Francois Cartegnie

Qt: EPGEVent: can be same event without being current

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=cb9b7a6cc857c46d8bca5febefa096caf4acc055
---

 modules/gui/qt4/components/epg/EPGEvent.hpp |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/modules/gui/qt4/components/epg/EPGEvent.hpp b/modules/gui/qt4/components/epg/EPGEvent.hpp
index f81f197..54e4713 100644
--- a/modules/gui/qt4/components/epg/EPGEvent.hpp
+++ b/modules/gui/qt4/components/epg/EPGEvent.hpp
@@ -44,8 +44,7 @@ public:
                && name == other.name
                && description == other.description
                && shortDescription == other.shortDescription
-               && channelName == other.channelName
-               && current == other.current;
+               && channelName == other.channelName;
     }
 
     bool ends_before( const QDateTime & ref ) const



More information about the vlc-commits mailing list