Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/x11 In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv10771
Modified Files: openmotif4.patch Log Message: fix update-alternatives and misc Index: openmotif4.patch =================================================================== RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/x11/openmotif4.patch,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- openmotif4.patch 3 Aug 2013 01:03:53 -0000 1.4 +++ openmotif4.patch 4 Aug 2013 15:54:30 -0000 1.5 @@ -969,17 +969,6 @@ /* * Get maximum width of data to display ---- motif-2.3.4/lib/Xm/FontS.c.orig 2013-08-02 19:45:25.000000000 -0400 -+++ motif-2.3.4/lib/Xm/FontS.c 2013-08-02 19:45:41.000000000 -0400 -@@ -1876,7 +1876,7 @@ - FillData(fsw, cf, new_font); - else { - if (strchr(new_font, '-')) { -- String params[1]; -+ String params[2]; - Cardinal num = 1; - - params[1] = new_font; --- motif-2.3.4/lib/Xm/IconButton.c.orig 2013-08-02 19:47:12.000000000 -0400 +++ motif-2.3.4/lib/Xm/IconButton.c 2013-08-02 19:47:43.000000000 -0400 @@ -1870,7 +1870,7 @@ @@ -1806,3 +1795,25 @@ unsigned short int *int_table; switch (header->table_id) +--- a/lib/Xm/FontS.c ++++ b/lib/Xm/FontS.c +@@ -1879,7 +1879,7 @@ + String params[1]; + Cardinal num = 1; + +- params[1] = new_font; ++ params[0] = new_font; + dbg(); _XmWarningMsg((Widget) fsw, XmNbadXlfdFont, + XmNbadXlfdFontMsg, params, num); + } +--- motif-2.3.4/lib/Xm/MainW.c.orig 2013-08-04 10:27:00.000000000 -0400 ++++ motif-2.3.4/lib/Xm/MainW.c 2013-08-04 10:27:16.000000000 -0400 +@@ -1274,7 +1274,7 @@ + /* The first rectangle is the one that makes the scrollbar goes up */ + (*vrect)[0].x = w->core.x - mw->swindow.vScrollBar->core.x ; + /* just translate to the scrollbar coordinate */ +- (*vrect)[0].y =- mw->swindow.vScrollBar->core.y ; ++ (*vrect)[0].y -= mw->swindow.vScrollBar->core.y ; + (*vrect)[0].width = w->core.width ; + + /* The second rectangle is the one that makes the scrollbar goes down */ ------------------------------------------------------------------------------ Get your SQL database under version control now! Version control is standard for application code, but databases havent caught up. So what steps can you take to put your SQL databases under version control? Why should you start doing it? Read more to find out. http://pubads.g.doubleclick.net/gampad/clk?id=49501711&iu=/4140/ostg.clktrk _______________________________________________ Fink-commits mailing list Fink-commits@lists.sourceforge.net http://news.gmane.org/gmane.os.apple.fink.cvs