7336a13893
or "gnome-run". However, those other tools don't have some nice and important features: the very useful feature that allows one to use it with keyboard only, and to be fast enough. Testing, some corrections, and ok, ajacoutot@
13 lines
415 B
Plaintext
13 lines
415 B
Plaintext
$OpenBSD: patch-src_gtkcompletionline_cc,v 1.1.1.1 2007/07/29 18:47:29 kili Exp $
|
|
--- src/gtkcompletionline.cc.orig Sun Jun 22 01:14:34 2003
|
|
+++ src/gtkcompletionline.cc Sun Jul 29 18:29:24 2007
|
|
@@ -348,7 +348,7 @@ generate_path()
|
|
}
|
|
|
|
static int
|
|
-select_executables_only(const struct dirent* dent)
|
|
+select_executables_only(struct dirent* dent)
|
|
{
|
|
int len = strlen(dent->d_name);
|
|
int lenp = prefix.length();
|