Subversion Repositories Kolibri OS

Rev

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

Rev 8981 Rev 8996
Line 134... Line 134...
134
{
134
{
135
	int optionsy = SELECTY+KFM2_DEVH+1;
135
	int optionsy = SELECTY+KFM2_DEVH+1;
136
	char dev_name[15], disc_name[100], i, dev_icon, is_active=0;
136
	char dev_name[15], disc_name[100], i, dev_icon, is_active=0;
137
		
137
		
Line 138... Line 138...
138
	for (i=0; i<30; i++) DeleteButton(100+i);
138
	SystemDiscs.Get();
Line 139... Line 139...
139
 
139
 
Line 140... Line 140...
140
	DrawPopup(draw_x, optionsy, DDW, list.count*KFM2_DEVH, 1, -1, sc.work_graph);
140
	DrawPopup(draw_x, optionsy, DDW, list.count*KFM2_DEVH, 1, -1, sc.work_graph);
141
 
141