Re: gtk+-2.8.x
- From: David Jensen <djensen@xxxxxxxxxxxxx>
- To: emelfm2@xxxxxxxxxxxxx
- Date: Thu, 29 Sep 2005 13:55:11 -0500
TomPh wrote:
In any event, if you get any clearer insight, please advise.
If you delete the ~/emelfm2/cache the problem is more apparent. Once any
entry is or has been selected, the display is fine.
attached is a diff that seems to correct it. I did not change the
comment for the function. Everything still appears to work when there
is a selection.
ymmv
--
David Jensen
--- emelfm2-0.1.2.orig/src/e2_fileview.c 2005-09-12 02:39:55.000000000
-0500
+++ emelfm2-0.1.2/src/e2_fileview.c 2005-09-29 13:37:45.000000000 -0500
@@ -1475,7 +1475,7 @@
gboolean e2_fileview_reselect_names (FileView *view, GList *selected_names)
{
if (selected_names==NULL)
- return TRUE;
+ return FALSE;
GList *base=selected_names;
GList *new_items = NULL;
GList *base2=NULL;
- Follow-Ups:
- Re: gtk+-2.8.x
- From: TomPh
- References:
- gtk+-2.8.x
- From: David Jensen
- Re: gtk+-2.8.x
- From: TomPh
Other related posts:
- » gtk+-2.8.x
- » Re: gtk+-2.8.x
- » Re: gtk+-2.8.x
- » Re: gtk+-2.8.x
- » Re: gtk+-2.8.x
In any event, if you get any clearer insight, please advise.
- Re: gtk+-2.8.x
- From: TomPh
- gtk+-2.8.x
- From: David Jensen
- Re: gtk+-2.8.x
- From: TomPh