[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: CVS update: Makefile.am
User: ahvezda
Date: 06/08/06 12:45:28
Modified: . Makefile.am struct.h x_menu.h
Removed: . gtkitementry_1_2.h gtksheet_1_2.h
Log:
Applied Patch#1533798: Remove pre-GTK2 code from geda by Peter Brett. Thanks.
GTK+ 1.2.x specific code is now completely gone from gEDA/gaf.
Revision Changes Path
1.5 +0 -2 eda/geda/gaf/gattrib/include/Makefile.am
(In the diff below, changes in quantity of whitespace are not shown.)
Index: Makefile.am
===================================================================
RCS file: /home/cvspsrv/cvsroot/eda/geda/gaf/gattrib/include/Makefile.am,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- Makefile.am 22 Nov 2004 14:53:51 -0000 1.4
+++ Makefile.am 6 Aug 2006 16:45:28 -0000 1.5
@@ -5,9 +5,7 @@
prototype.h \
gettext.h \
x_states.h \
- gtksheet_1_2.h \
gtksheet_2_2.h \
- gtkitementry_1_2.h \
gtkitementry_2_2.h \
i_vars.h \
struct.h \
1.6 +0 -7 eda/geda/gaf/gattrib/include/struct.h
(In the diff below, changes in quantity of whitespace are not shown.)
Index: struct.h
===================================================================
RCS file: /home/cvspsrv/cvsroot/eda/geda/gaf/gattrib/include/struct.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- struct.h 14 Jul 2005 17:29:24 -0000 1.5
+++ struct.h 6 Aug 2006 16:45:28 -0000 1.6
@@ -30,19 +30,12 @@
#include <gdk/gdkkeysyms.h>
#include <glib.h>
-#ifdef HAS_GTK22
#include <glib-object.h>
-#endif
/* ------- Includes needed to make the GTK stuff work ------ */
-#ifdef HAS_GTK22
#include "gtksheet_2_2.h"
#include "gtkitementry_2_2.h"
-#else
-#include "gtksheet_1_2.h"
-#include "gtkitementry_1_2.h"
-#endif
/* #include "pixmaps.h" */
1.7 +0 -7 eda/geda/gaf/gattrib/include/x_menu.h
(In the diff below, changes in quantity of whitespace are not shown.)
Index: x_menu.h
===================================================================
RCS file: /home/cvspsrv/cvsroot/eda/geda/gaf/gattrib/include/x_menu.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -b -r1.6 -r1.7
--- x_menu.h 26 Jul 2006 22:56:39 -0000 1.6
+++ x_menu.h 6 Aug 2006 16:45:28 -0000 1.7
@@ -18,20 +18,13 @@
#include <gdk/gdkkeysyms.h>
#include <glib.h>
-#ifdef HAS_GTK22
#include <glib-object.h>
-#endif
/* ------- Includes needed to make the GTK stuff work ------ */
-#ifdef HAS_GTK22
#include "gtksheet_2_2.h"
#include "gtkitementry_2_2.h"
-#else
-#include "gtksheet_1_2.h"
-#include "gtkitementry_1_2.h"
-#endif
/* #include "pixmaps.h" */
_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs