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: Piotr Eljasiak
Subject: Re: [gcmd-dev] No icon refresh after changing the file-extension
Date: Mon, 06 Apr 2009 21:22:21 +0200

> > 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...

Rev. 2516 fixes the problem with refreshing MIME information after file
rename. The previously attached patch should work with the fix now.


Please do test,
Piotr





reply via email to

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