Ticket #2983: 2983-v1.patch

File 2983-v1.patch, 386 bytes (added by danielk, 17 years ago)

This fixes the group view dialog, however it may cause other problems.

  • libs/libmyth/mythdialogs.cpp

     
    505505
    506506void MythPopupBox::defaultExitHandler()
    507507{
    508     done(-1);
     508    hide();
     509    close();
    509510}
    510511
    511512void MythPopupBox::showOkPopup(MythMainWindow *parent, QString title,