SOURCES: ted-gtk.patch (NEW) - fix gtk build

qboosh qboosh at pld-linux.org
Thu Oct 26 20:17:25 CEST 2006


Author: qboosh                       Date: Thu Oct 26 18:17:25 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- fix gtk build

---- Files affected:
SOURCES:
   ted-gtk.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/ted-gtk.patch
diff -u /dev/null SOURCES/ted-gtk.patch:1.1
--- /dev/null	Thu Oct 26 20:17:25 2006
+++ SOURCES/ted-gtk.patch	Thu Oct 26 20:17:20 2006
@@ -0,0 +1,26 @@
+--- Ted-2.17/Ted/tedListTool.c.orig	2005-01-27 07:16:08.000000000 +0100
++++ Ted-2.17/Ted/tedListTool.c	2006-10-25 23:43:35.244341000 +0200
+@@ -1422,12 +1422,12 @@
+     return;
+     }
+ 
+-#   ifdef USE_MOTIF
+ static void appMakeHBoxInRow(		APP_WIDGET *	pHBox,
+ 					APP_WIDGET	row,
+ 					int		position,
+ 					int		colspan )
+     {
++#   ifdef USE_MOTIF
+     Arg			al[20];
+     int			ac= 0;
+ 
+@@ -1452,8 +1452,8 @@
+     XtManageChild( hbox );
+ 
+     *pHBox= hbox; return;
+-    }
+ #   endif
++    }
+ 
+ static void appMakeLabelAndRowRow(	APP_WIDGET *		pRow,
+ 					APP_WIDGET *		pLabel,
================================================================


More information about the pld-cvs-commit mailing list