diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2008-03-24 04:22:10 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2008-03-24 04:22:10 +0000 |
commit | 8b4fe8856a0ef7bc1fe3329dcd6069695d1d0535 (patch) | |
tree | 049b5f95ee4780a8a398cf6727e2feeb10a59319 /databases/libgda3/files/patch-tools_gda-config-tool.c | |
parent | Add telepathy-mission-control, a Telepathy component which allows (diff) |
Update libgda3 to 3.0.2, and split out the various database backends as
slave ports.
Submitted by: kwm
Notes
Notes:
svn path=/head/; revision=209659
Diffstat (limited to 'databases/libgda3/files/patch-tools_gda-config-tool.c')
-rw-r--r-- | databases/libgda3/files/patch-tools_gda-config-tool.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/databases/libgda3/files/patch-tools_gda-config-tool.c b/databases/libgda3/files/patch-tools_gda-config-tool.c deleted file mode 100644 index 226aeeee7f3b..000000000000 --- a/databases/libgda3/files/patch-tools_gda-config-tool.c +++ /dev/null @@ -1,11 +0,0 @@ ---- 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); - } - |