|
|
|
@ -310,7 +310,7 @@ void Manager::reflectDocumentStatus(Kate::Document *doc, bool isModified, unsign
|
|
|
|
|
if ( reason == 0 && isModified ) //nothing
|
|
|
|
|
icon = SmallIcon("filesave");
|
|
|
|
|
else if ( reason == 1 || reason == 2 ) //dirty file
|
|
|
|
|
icon = SmallIcon("revert");
|
|
|
|
|
icon = SmallIcon("document-revert");
|
|
|
|
|
else if ( reason == 3 ) //file deleted
|
|
|
|
|
icon = SmallIcon("process-stop");
|
|
|
|
|
else if ( m_ki->extensions()->isScriptFile(doc->url()) )
|
|
|
|
|