[Xfce4-commits] <xfce-utils:master> Don't show popup completion if there is a single match.
Jérôme Guelfucci
noreply at xfce.org
Thu Dec 23 22:50:01 CET 2010
Updating branch refs/heads/master
to 2cace39b698d4c6c68261e6db518773fcdfae6cf (commit)
from 11dd709b43665ed80a59b9b167fa8a071c1fac11 (commit)
commit 2cace39b698d4c6c68261e6db518773fcdfae6cf
Author: Jérôme Guelfucci <jeromeg at xfce.org>
Date: Thu Dec 23 22:39:23 2010 +0100
Don't show popup completion if there is a single match.
xfrun/xfrun-dialog.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/xfrun/xfrun-dialog.c b/xfrun/xfrun-dialog.c
index 9818286..7a23746 100644
--- a/xfrun/xfrun-dialog.c
+++ b/xfrun/xfrun-dialog.c
@@ -319,6 +319,7 @@ xfrun_setup_entry_completion(XfrunDialog *dialog)
gtk_entry_completion_set_model(completion, completion_model);
gtk_entry_completion_set_text_column(completion, XFRUN_COL_COMMAND);
gtk_entry_completion_set_popup_completion(completion, TRUE);
+ gtk_entry_completion_set_popup_single_match(completion, FALSE);
gtk_entry_completion_set_inline_completion(completion, TRUE);
g_signal_connect(G_OBJECT(completion), "match-selected",
G_CALLBACK(xfrun_match_selected), dialog);
More information about the Xfce4-commits
mailing list