Changeset 23931 for titan/titan/system_backup_restore.h
- Timestamp:
- 09/27/13 16:30:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/titan/system_backup_restore.h
r22607 r23931 25 25 26 26 if(rcret == getrcconfigint("rcexit", NULL)) break; 27 if(rcret == getrcconfigint("rcred", NULL)) break;28 27 29 if(rcret == getrcconfigint("rc green", NULL))28 if(rcret == getrcconfigint("rcred", NULL)) 30 29 { 31 30 clearscreen(backup_restore); … … 60 59 } 61 60 } 62 if(rcret == getrcconfigint("rcblue", NULL)) 63 { 64 tmpstr = readfiletomem("/tmp/backup.log", 0); 65 textbox(_("BACKUP LOG"), tmpstr, _("OK"), getrcconfigint("rcok", NULL), _("EXIT"), getrcconfigint("rcexit", NULL), NULL, 0, NULL, 0, 800, 600, 0, 0); 66 free(tmpstr); tmpstr = NULL; 67 drawscreen(backup_restore, 0, 0); 68 } 69 if(rcret == getrcconfigint("rcyellow", NULL)) 61 if(rcret == getrcconfigint("rcgreen", NULL)) 70 62 { 71 63 if(isfile("/tmp/.backupdev")) … … 98 90 } 99 91 } 92 if(rcret == getrcconfigint("rcyellow", NULL)) 93 { 94 tmpstr = readfiletomem("/tmp/backup.log", 0); 95 textbox(_("BACKUP LOG"), tmpstr, _("OK"), getrcconfigint("rcok", NULL), _("EXIT"), getrcconfigint("rcexit", NULL), NULL, 0, NULL, 0, 800, 600, 0, 0); 96 free(tmpstr); tmpstr = NULL; 97 drawscreen(backup_restore, 0, 0); 98 } 100 99 } 101 100
Note: See TracChangeset
for help on using the changeset viewer.