Changeset 38370 for titan/titan


Ignore:
Timestamp:
08/26/16 18:01:35 (8 years ago)
Author:
obi
Message:

add other msg

Location:
titan/titan
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/global.h

    r38317 r38370  
    76457645                                return 1;
    76467646                }
    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                }
    76507657        }
    76517658
     
    76557662                if(bgdownload[i] != NULL && bgdownload[i]->ret == -1)
    76567663                {
    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                        }
    76597674                        break;
     7675
    76607676                }
    76617677        }
  • titan/titan/system_update.h

    r38333 r38370  
    253253                                        status.sec = 0; //deactivate spinner
    254254
    255                                         ret = checkshutdown(1);
     255                                        ret = checkshutdown(6);
    256256                                        if(ret == 0)
    257257                                        {
Note: See TracChangeset for help on using the changeset viewer.