[Glade-devel] glade-3 build

Cristian Adam drac@gmx.net
Tue, 15 Jun 2004 08:56:41 +0000


This is a multi-part message in MIME format.
--------------030204050602080006080603
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Transfer-Encoding: 7bit

I've attached a patch that makes the current glade-3 CVS version build.

I've noticed that glade-3 doesn't have the new file selector dialogs,
or I've missed them?

Cheers,
Cristi.

-- 
Cigarette, n.:
	A fire at one end, a fool at the other, and a bit of tobacco in
between.

--------------030204050602080006080603
Content-Type: text/x-patch;
 name="build.patch"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
 filename="build.patch"

diff -Naur ./po/POTFILES.in ../glade3.new/po/POTFILES.in
--- ./po/POTFILES.in	2002-01-29 15:26:41.000000000 +0000
+++ ../glade3.new/po/POTFILES.in	2004-06-15 08:09:22.000000000 +0000
@@ -1,10 +1,9 @@
 # List of source files containing translatable strings.
-glade-2.desktop.in
+glade-3.desktop.in
 src/main.c
 src/glade-editor.c
 src/glade-palette.c
 src/glade-popup.c
-src/glade-project-ui.c
 src/glade-project-view.c
 src/glade-project-window.c
 src/glade-project.c
diff -Naur ./src/Makefile.am ../glade3.new/src/Makefile.am
--- ./src/Makefile.am	2004-04-22 22:17:19.000000000 +0000
+++ ../glade3.new/src/Makefile.am	2004-06-15 08:19:45.000000000 +0000
@@ -88,4 +88,5 @@
 	glade-keys-dialog.h \
 	glade-transform.h \
 	glade-id-allocator.h \
-	glade-marshallers.h
+	glade-marshallers.h \
+	glade-plugin.h

--------------030204050602080006080603--