Changeset 20140
- Timestamp:
- 02/20/13 22:04:04 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/titan/possetup.h
r16511 r20140 94 94 struct dvbdev* dvbnode = status.aktservice->fedev; 95 95 96 if(status.recording > 0 || status.streaming > 0) 97 { 98 textbox(_("Message"), _("Position Setup is not allowed if record\nor stream is running !"), _("OK"), getrcconfigint("rcok", NULL), _("EXIT"), getrcconfigint("rcexit", NULL), NULL, 0, NULL, 0, 600, 200, 0, 0); 99 return; 100 } 101 96 102 listbox->aktline = 1; 97 103 listbox->aktpage = -1;
Note: See TracChangeset
for help on using the changeset viewer.