Re: Double click behaviour

  • From: tpgww@xxxxxxxxxxx
  • To: emelfm2@xxxxxxxxxxxxx
  • Date: Wed, 4 Jan 2006 07:34:56 +1100

Thanks, once more.
> if I try to double-click on the already marked directory item, emelfm2
> doesn't enter the folder. I have to click three times.
It's a problem for _any_ previously-selected item.

This seems to deal with it:

--- src/e2_fileview.c   2005-12-03 13:18:39.000000000 +1100
+++ src/e2_fileview.c   2006-01-04 07:22:20.000000000 +1100
@@ -784,4 +784,5 @@
                                if (gtk_tree_selection_path_is_selected 
(view->selection, path))
                                {
+                                       gtk_widget_grab_focus (view->treeview); 
//ensure the focus is correct
                                        gtk_tree_path_free (path);
                                        return TRUE;    //wait until release, 
to see what to do with the selected row

Regards
Tom


-- 
Users can unsubscribe from the list by sending email to 
emelfm2-request@xxxxxxxxxxxxx with 'unsubscribe' in the subject field or by 
logging into the web interface.

Other related posts: