anjuta r3855 - in trunk: . src



Author: naba
Date: Sat Apr 12 22:16:25 2008
New Revision: 3855
URL: http://svn.gnome.org/viewvc/anjuta?rev=3855&view=rev

Log:
	* src/Makefile.am: Added libglade flags. patch from Marc Oude Kotte.
	* src/about.c (on_about_plugin_activate): Removed dead code.
	* src/main.c: Make smaller include.


Modified:
   trunk/ChangeLog
   trunk/src/Makefile.am
   trunk/src/about.c
   trunk/src/main.c

Modified: trunk/src/Makefile.am
==============================================================================
--- trunk/src/Makefile.am	(original)
+++ trunk/src/Makefile.am	Sat Apr 12 22:16:25 2008
@@ -18,6 +18,7 @@
 AM_CPPFLAGS = \
 	$(GNOME_UI_CFLAGS)\
 	$(GDL_CFLAGS)\
+	$(GLADE_CFLAGS)\
 	-I$(top_srcdir)\
 	-I.. -I. -DPACKAGE_BIN_DIR=\"$(bindir)\" \
 	-DPACKAGE_DATA_DIR="\"$(datadir)/$(PACKAGE)\"" \
@@ -48,6 +49,7 @@
 anjuta_LDADD =  \
 	$(GNOME_UI_LIBS) \
 	$(GDL_LIBS) \
+	$(GLADE_LIBS)\
 	$(top_builddir)/libanjuta/libanjuta.la
 
 anjuta_LDFLAGS = $(ANJUTA_LDFLAGS)

Modified: trunk/src/about.c
==============================================================================
--- trunk/src/about.c	(original)
+++ trunk/src/about.c	Sat Apr 12 22:16:25 2008
@@ -230,8 +230,6 @@
 	{
 		authors_v = g_strsplit(authors, ",", -1);
 	}
-	/*dialog = gnome_about_new (name, VERSION, _("Anjuta plugin"), d,
-							  authors_v, NULL, NULL, pix);*/
 	dialog = gtk_about_dialog_new();
 	gtk_about_dialog_set_name(GTK_ABOUT_DIALOG(dialog), name);
 	gtk_about_dialog_set_version(GTK_ABOUT_DIALOG(dialog), VERSION);

Modified: trunk/src/main.c
==============================================================================
--- trunk/src/main.c	(original)
+++ trunk/src/main.c	Sat Apr 12 22:16:25 2008
@@ -28,7 +28,7 @@
 
 #include <sys/stat.h>
 
-#include <gnome.h>
+#include <libgnome/gnome-program.h>
 #include <gtk/gtkwindow.h>
 #include <libgnomevfs/gnome-vfs.h>
 #include <libanjuta/resources.h>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]