Subversion Repositories Kolibri OS

Rev

Rev 6564 | Rev 6635 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6564 Rev 6583
Line 111... Line 111...
111
			sprintf(#sys_discs,"%s%s/",#dev_name,j1*304+ buf+72);
111
			sprintf(#sys_discs,"%s%s/",#dev_name,j1*304+ buf+72);
112
			list.add(#sys_discs);
112
			list.add(#sys_discs);
113
		}
113
		}
114
		if (!strcmp(#sys_discs, "/rd/1/")) 
114
		if (!strcmp(#sys_discs, "/rd/1/")) 
115
		{
115
		{
116
			GetDir(#tempbuf, #temp_file_count, "/kolibrios/", DIRS_ONLYREAL);
116
			GetDir(#tempbuf, #temp_file_count, "/kolibrios", DIRS_ONLYREAL);
117
			if (temp_file_count) list.add("/kolibrios/");
117
			if (temp_file_count) list.add("/kolibrios/");
118
			free(tempbuf);
118
			free(tempbuf);
119
		}
119
		}
120
	}
120
	}
121
	free(devbuf);
121
	free(devbuf);
Line 237... Line 237...
237
	{
237
	{
238
		PutPaletteImage(#blue_hl, 190, onTop1, 2, start_y, 8, #blue_hl_pal);
238
		PutPaletteImage(#blue_hl, 190, onTop1, 2, start_y, 8, #blue_hl_pal);
239
	}
239
	}
240
	else
240
	else
241
	{
241
	{
242
		DrawBar(2,start_y,190, onTop1-268, col_lpanel);
242
		DrawBar(2,start_y,190, onTop1-268+status_bar_h, col_lpanel);
243
		PutPaletteImage(#blue_hl, 190, 268, 2, Form.cheight-270, 8, #blue_hl_pal);
243
		PutPaletteImage(#blue_hl, 190, 268, 2, Form.cheight-270, 8, #blue_hl_pal);
244
	}
244
	}
245
	PutShadow(17,start_y,160,1,1,3);
245
	PutShadow(17,start_y,160,1,1,3);
246
	PutShadow(18,start_y+1,158,1,1,1);
246
	PutShadow(18,start_y+1,158,1,1,1);
247
}
247
}
248
>
248
>