Changeset 24011
- Timestamp:
- 09/30/13 19:17:49 (9 years ago)
- Location:
- titan/titan
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/titan/screensaver.h
r18837 r24011 198 198 changeinput(screensaver->filelist, screensaver->path); 199 199 createfilelist(screensaver->screen, screensaver->filelist, 0); 200 201 200 } 202 201 -
titan/titan/screensaveradjust.h
r23645 r24011 73 73 if(node->del == FILELISTDELMARK && node->text != NULL && ostrcmp(node->text, "..") != 0) 74 74 { 75 path = ostrcat("/var/swap/usr/local/share/titan/saver " , node->text, 0, 0);75 path = ostrcat("/var/swap/usr/local/share/titan/saver/" , node->text, 0, 0); 76 76 addchoicebox(screensaver_type, path, node->text); 77 77 free(path); path = NULL; … … 93 93 if(node->del == FILELISTDELMARK && node->text != NULL && ostrcmp(node->text, "..") != 0) 94 94 { 95 path = ostrcat("/mnt/swapextensions/usr/local/share/titan/saver " , node->text, 0, 0);95 path = ostrcat("/mnt/swapextensions/usr/local/share/titan/saver/" , node->text, 0, 0); 96 96 addchoicebox(screensaver_type, path, node->text); 97 97 free(path); path = NULL; … … 113 113 if(node->del == FILELISTDELMARK && node->text != NULL && ostrcmp(node->text, "..") != 0) 114 114 { 115 path = ostrcat("/var/usr/local/share/titan/saver " , node->text, 0, 0);115 path = ostrcat("/var/usr/local/share/titan/saver/" , node->text, 0, 0); 116 116 addchoicebox(screensaver_type, path, node->text); 117 117 free(path); path = NULL;
Note: See TracChangeset
for help on using the changeset viewer.