summaryrefslogtreecommitdiffstats
path: root/databases/libgda2/files/patch-tools_gda-config-tool.c
diff options
context:
space:
mode:
Diffstat (limited to 'databases/libgda2/files/patch-tools_gda-config-tool.c')
-rw-r--r--databases/libgda2/files/patch-tools_gda-config-tool.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/databases/libgda2/files/patch-tools_gda-config-tool.c b/databases/libgda2/files/patch-tools_gda-config-tool.c
new file mode 100644
index 000000000..226aeeee7
--- /dev/null
+++ b/databases/libgda2/files/patch-tools_gda-config-tool.c
@@ -0,0 +1,11 @@
+--- tools/gda-config-tool.c.orig Fri Jul 26 16:19:17 2002
++++ tools/gda-config-tool.c Fri Jul 26 16:18:47 2002
+@@ -1136,7 +1136,7 @@
+ static char **
+ completion_func (const gchar *text, int start, int end)
+ {
+- return ((start == 0) ? rl_completion_matches (text, cmd_generator) :
++ return ((start == 0) ? completion_matches (text, cmd_generator) :
+ NULL);
+ }
+