efm now ignores .part file changes

ticket #2120


SVN revision: 83524
This commit is contained in:
Mike Blumenkrantz 2013-01-31 15:26:11 +00:00
parent 8fd587ff92
commit 1b6904e063
3 changed files with 3 additions and 1 deletions

View File

@ -2,6 +2,7 @@
* fixed window autoraise triggering from pointer slide
* fixed opening of links in filemanager in some cases
* filemanager now ignores changes to .part files
2013-01-29 Brian Miculcy

1
NEWS
View File

@ -126,3 +126,4 @@ Fixes:
* fixed bug where dragging files into sidebar would move them instead of creating links
* fixed window autoraise triggering from pointer slide
* fixed opening of links in filemanager in some cases
* filemanager now ignores changes to .part files

View File

@ -11106,7 +11106,7 @@ _e_fm2_live_process(Evas_Object *obj)
_e_fm2_icon_label_set(ic, ic->obj);
}
}
else
else if (!eina_str_has_extension(ic->info.file, ".part"))
{
int realized;