[gnome-db] Patch to libgnomedb for GnomeDbSqlEditor (Gnome2)
- From: Daniel Morgan <danmorg sc rr com>
- To: Rodrigo Moya <rodrigo gnome-db org>
- Cc: GDA <gnome-db-list gnome org>
- Subject: [gnome-db] Patch to libgnomedb for GnomeDbSqlEditor (Gnome2)
- Date: 26 Mar 2002 01:38:34 -0500
I have created a cvs patch for the new GnomeDbSqlEditor to be added to
libgnomedb.
? danmorg-libgnomedb-patch.diff
? libgnomedb/gnome-db-sqleditor.c
? libgnomedb/gnome-db-sqleditor.h
Index: libgnomedb/Makefile.am
===================================================================
RCS file: /cvs/gnome/libgnomedb/libgnomedb/Makefile.am,v
retrieving revision 1.27
diff -u -r1.27 Makefile.am
--- libgnomedb/Makefile.am 26 Feb 2002 00:56:01 -0000 1.27
+++ libgnomedb/Makefile.am 26 Mar 2002 06:32:25 -0000
@@ -33,6 +33,7 @@
gnome-db-table-editor.h \
gnome-db-util.h \
gnome-db-window.h \
+ gnome-db-sqleditor.h \
libgnomedb.h
gnomedbincludedir=$(includedir)/libgnomedb
@@ -69,6 +70,7 @@
gnome-db-util.c \
gnome-db-intl.h \
gnome-db-window.c \
+ gnome-db-sqleditor.c \
libgnomedb-private.h
libgnomedb_2_la_LDFLAGS = -version-info $(GNOMEDB_CURRENT):$(GNOMEDB_REVISION):$(GNOMEDB_AGE)
libgnomedb_2_la_LIBADD = $(LIBGNOMEDB_LIBS)
Index: libgnomedb/libgnomedb.h
===================================================================
RCS file: /cvs/gnome/libgnomedb/libgnomedb/libgnomedb.h,v
retrieving revision 1.22
diff -u -r1.22 libgnomedb.h
--- libgnomedb/libgnomedb.h 26 Feb 2002 00:56:01 -0000 1.22
+++ libgnomedb/libgnomedb.h 26 Mar 2002 06:32:25 -0000
@@ -47,6 +47,7 @@
#include <libgnomedb/gnome-db-table-editor.h>
#include <libgnomedb/gnome-db-util.h>
#include <libgnomedb/gnome-db-window.h>
+#include <libgnomedb/gnome-db-sqleditor.h>
G_BEGIN_DECLS
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]