]> git.pld-linux.org Git - packages/ted.git/blame - ted-gtk.patch
- fix gtk build
[packages/ted.git] / ted-gtk.patch
CommitLineData
5ad9c58e
JB
1--- Ted-2.17/Ted/tedListTool.c.orig 2005-01-27 07:16:08.000000000 +0100
2+++ Ted-2.17/Ted/tedListTool.c 2006-10-25 23:43:35.244341000 +0200
3@@ -1422,12 +1422,12 @@
4 return;
5 }
6
7-# ifdef USE_MOTIF
8 static void appMakeHBoxInRow( APP_WIDGET * pHBox,
9 APP_WIDGET row,
10 int position,
11 int colspan )
12 {
13+# ifdef USE_MOTIF
14 Arg al[20];
15 int ac= 0;
16
17@@ -1452,8 +1452,8 @@
18 XtManageChild( hbox );
19
20 *pHBox= hbox; return;
21- }
22 # endif
23+ }
24
25 static void appMakeLabelAndRowRow( APP_WIDGET * pRow,
26 APP_WIDGET * pLabel,
This page took 0.085573 seconds and 4 git commands to generate.