Subversion Repositories Kolibri OS

Rev

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

Rev 327 Rev 592
Line 192... Line 192...
192
 
192
 
193
  .file_found:
193
  .file_found:
194
	mov	ecx,eax
194
	mov	ecx,eax
195
	cmp	[tab_bar.Items.Count],1
195
	cmp	[tab_bar.Items.Count],1
196
	jne	@f
196
	jne	@f
197
	cmp	[cur_editor.FilePath],'/'
197
	cmp	[cur_editor.FilePath],0
198
	je	@f
198
	jne	@f
199
	cmp	[cur_editor.Modified],0
199
	cmp	[cur_editor.Modified],0
200
	jne	@f
200
	jne	@f
201
	mov	ebp,cur_editor
201
	mov	ebp,cur_editor
202
	jmp	.lp1
202
	jmp	.lp1