Changeset 38370
- Timestamp:
- 08/26/16 18:01:35 (7 years ago)
- Location:
- titan/titan
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/titan/global.h
r38317 r38370 7645 7645 return 1; 7646 7646 } 7647 7648 if(textbox(_("Message"), _("Found running record\nor record is starting in next time.\nReally shutdown ?"), _("OK"), getrcconfigint("rcok", NULL), _("EXIT"), getrcconfigint("rcexit", NULL), NULL, 0, NULL, 0, 600, 200, 15, 0) != 1) 7649 return 1; 7647 else if(flag == 6) 7648 { 7649 if(textbox(_("Message"), _("Found running record\nor record is starting in next time.\nReally System Update ?"), _("OK"), getrcconfigint("rcok", NULL), _("EXIT"), getrcconfigint("rcexit", NULL), NULL, 0, NULL, 0, 600, 200, 15, 0) != 1) 7650 return 1; 7651 } 7652 else 7653 { 7654 if(textbox(_("Message"), _("Found running record\nor record is starting in next time.\nReally shutdown ?"), _("OK"), getrcconfigint("rcok", NULL), _("EXIT"), getrcconfigint("rcexit", NULL), NULL, 0, NULL, 0, 600, 200, 15, 0) != 1) 7655 return 1; 7656 } 7650 7657 } 7651 7658 … … 7655 7662 if(bgdownload[i] != NULL && bgdownload[i]->ret == -1) 7656 7663 { 7657 if(textbox(_("Message"), _("Found running download\nReally shutdown ?"), _("OK"), getrcconfigint("rcok", NULL), _("EXIT"), getrcconfigint("rcexit", NULL), NULL, 0, NULL, 0, 600, 200, 15, 0) != 1) 7658 return 1; 7664 if(flag == 6) 7665 { 7666 if(textbox(_("Message"), _("Found running record\nor record is starting in next time.\nReally System Update ?"), _("OK"), getrcconfigint("rcok", NULL), _("EXIT"), getrcconfigint("rcexit", NULL), NULL, 0, NULL, 0, 600, 200, 15, 0) != 1) 7667 return 1; 7668 } 7669 else 7670 { 7671 if(textbox(_("Message"), _("Found running download\nReally shutdown ?"), _("OK"), getrcconfigint("rcok", NULL), _("EXIT"), getrcconfigint("rcexit", NULL), NULL, 0, NULL, 0, 600, 200, 15, 0) != 1) 7672 return 1; 7673 } 7659 7674 break; 7675 7660 7676 } 7661 7677 } -
titan/titan/system_update.h
r38333 r38370 253 253 status.sec = 0; //deactivate spinner 254 254 255 ret = checkshutdown( 1);255 ret = checkshutdown(6); 256 256 if(ret == 0) 257 257 {
Note: See TracChangeset
for help on using the changeset viewer.