Hello!

>I think the problem is in two questionable places:

>src/base/fm-file-info.c:91:

>    if( strcmp(tmp, fi->path->name) == 0 )
>        fi->disp_name = fi->path->name;
>    else
>        fi->disp_name = g_strdup(tmp);

>src/base/fm-file-info.c:330:

>    if(src->disp_name == src->path->name)
>        fi->disp_name = src->disp_name;
>    else
>        fi->disp_name = g_strdup(src->disp_name);

After some thinking I've found that first place is handled in appropriate
places but second cannot be. I'll send patch to tracker then.

    Cheers!
    Andriy.

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Pcmanfm-develop mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/pcmanfm-develop

Reply via email to