[Xfce-bugs] [Bug 2836] xfrun4 does not pre-select the previously entered command

bugzilla-daemon at xfce.org bugzilla-daemon at xfce.org
Fri Oct 31 13:10:10 CET 2008


http://bugzilla.xfce.org/show_bug.cgi?id=2836





--- Comment #10 from Frank Schmitt <frank.schmitt+xfcebugzilla at gmail.com>  2008-10-31 12:10:09 UTC ---
The problem can be fixed easily by adding the line

gtk_editable_select_region(GTK_EDITABLE(GTK_ENTRY(gtk_bin_get_child(GTK_BIN(comboboxentry)))),0,-1);

in xfrun_dialog_init() after 

if(gtk_tree_model_get_iter_first(dialog->priv->completion_model, &itr)) {
...
}

-- 
Configure bugmail: http://bugzilla.xfce.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the Xfce-bugs mailing list