From 6aae8c9ea40ffe0e345d19a48e80f4b01c5ad1f5 Mon Sep 17 00:00:00 2001 From: Joe Marcus Clarke Date: Sat, 27 Jul 2002 17:19:05 +0000 Subject: cvs add a patch missing from the last commit. Reported by: Daniel Mueller --- databases/libgda2/files/patch-tools_gda-config-tool.c | 11 +++++++++++ databases/libgda3/files/patch-tools_gda-config-tool.c | 11 +++++++++++ 2 files changed, 22 insertions(+) create mode 100644 databases/libgda2/files/patch-tools_gda-config-tool.c create mode 100644 databases/libgda3/files/patch-tools_gda-config-tool.c (limited to 'databases') 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 000000000000..226aeeee7f3b --- /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); + } + diff --git a/databases/libgda3/files/patch-tools_gda-config-tool.c b/databases/libgda3/files/patch-tools_gda-config-tool.c new file mode 100644 index 000000000000..226aeeee7f3b --- /dev/null +++ b/databases/libgda3/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); + } + -- cgit v1.2.3