Ticket #4182: movie-showtime.patch

File movie-showtime.patch, 464 bytes (added by james.meyer@…, 16 years ago)
  • mythmovies/moviesui.cpp

    old new  
    426426                for (QStringList::Iterator it = st.begin(); it != st.end();
    427427                     ++it)
    428428                {
    429                     if (i % 4 == 0 && i != 0)
    430                         buf+= "\n";
    431429                    buf += (*it).stripWhiteSpace() + " ";
    432430                    i++;
    433431                }