fix Bugzilla Bug 25497 view source on image only brings unknown file type dialog

patch by gervase.markham@univ.ox.ac.uk
r=timeless sr=alecf
This commit is contained in:
timeless%mac.com 2006-07-29 05:36:29 +00:00
Родитель f17b66929d
Коммит 4d1057a922
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -129,7 +129,7 @@ nsContextMenu.prototype = {
},
initViewItems : function () {
// View source is always OK, unless in directory listing.
this.showItem( "context-viewsource", !this.inDirList );
this.showItem( "context-viewsource", !( this.inDirList || this.onImage ) );
// View frame source depends on whether we're in a frame.
this.showItem( "context-viewframesource", this.inFrame );