[MPlayer-cvslog] r38280 - trunk/gui/interface.c
ib
subversion at mplayerhq.hu
Fri Feb 26 17:39:43 EET 2021
Author: ib
Date: Fri Feb 26 17:39:43 2021
New Revision: 38280
Log:
Ensure that the message regarding the not installed skins will be read.
Wait until the message box has been acknowledged.
Modified:
trunk/gui/interface.c
Modified: trunk/gui/interface.c
==============================================================================
--- trunk/gui/interface.c Fri Feb 26 17:33:26 2021 (r38279)
+++ trunk/gui/interface.c Fri Feb 26 17:39:43 2021 (r38280)
@@ -292,7 +292,7 @@ void guiInit(void)
if (skinRead("Noskin") != 0)
mplayer(MPLAYER_EXIT_GUI, EXIT_ERROR, 0);
- gtkMessageBox(MSGBOX_WARNING, MSGTR_GUI_MSG_NoSkinInstalled);
+ gtkMessageBox(MSGBOX_WARNING | MSGBOX_WAIT, MSGTR_GUI_MSG_NoSkinInstalled);
setdup(&skinName, "");
break;
}
More information about the MPlayer-cvslog
mailing list