gcmd-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [gcmd-dev] No icon refresh after changing the file-extension


From: André
Subject: Re: [gcmd-dev] No icon refresh after changing the file-extension
Date: Wed, 01 Apr 2009 15:04:55 +0200
User-agent: Donnervogel

Hi,

> For every renamed file, there is a triggered "file-renamed" signal sent
> to the proper GnomeCmdFileSelector. That results in calling (in
> on_dir_file_renamed()):
> 
>     fs->file_list()->update_file(f)
> 
> So I've added a fix (attached) to
> GnomeCmdFileList::update_file(GnomeCmdFile *f):
> 
>     if (gnome_cmd_data.layout != GNOME_CMD_LAYOUT_TEXT)
>         gtk_clist_set_pixmap (*this, row, 0,
>                               gnome_cmd_file_get_type_pixmap (f),
>                               gnome_cmd_file_get_type_mask (f));
> 
> 
> Please do test,

it's not working and seems to be the same problem i had with the file...

-- André





reply via email to

[Prev in Thread] Current Thread [Next in Thread]