Subversion Repositories Kolibri OS

Rev

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

Rev 6757 Rev 6782
Line 540... Line 540...
540
	DrawRectangle(0,39,Form.cwidth-1,Form.cheight - 40,col_palette[4]); //bg
540
	DrawRectangle(0,39,Form.cwidth-1,Form.cheight - 40,col_palette[4]); //bg
541
	for (i=0; i<5; i++) DrawBar(0, 34+i, Form.cwidth, 1, col_palette[8-i]);
541
	for (i=0; i<5; i++) DrawBar(0, 34+i, Form.cwidth, 1, col_palette[8-i]);
542
	llist_copy(#files_active, #files);
542
	llist_copy(#files_active, #files);
543
	strcpy(#active_path, #path);
543
	strcpy(#active_path, #path);
544
	DrawStatusBar();
544
	DrawStatusBar();
-
 
545
	Open_Dir(#path,ONLY_OPEN);
545
	DrawFilePanels();
546
	DrawFilePanels();
546
	if (del_active) Del_Form();
547
	if (del_active) Del_Form();
547
	if (new_element_active) NewElement_Form(new_element_active, #new_element_name);
548
	if (new_element_active) NewElement_Form(new_element_active, #new_element_name);
548
}
549
}