Re: gtk+-2.8.x

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;

Other related posts: