From c9b4b05b3544b434730eb218e848a1a441d5ffb2 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sun, 30 Apr 2006 18:54:39 +0000 Subject: updated for version 7.0g --- src/gui_motif.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/gui_motif.c') diff --git a/src/gui_motif.c b/src/gui_motif.c index f7b32d5941..e29dd2a381 100644 --- a/src/gui_motif.c +++ b/src/gui_motif.c @@ -3223,12 +3223,12 @@ motif_get_toolbar_colors(bgp, fgp, bsp, tsp, hsp) Pixel *hsp; { XtVaGetValues(toolBar, - XmNbackground, bgp, - XmNforeground, fgp, - XmNbottomShadowColor, bsp, - XmNtopShadowColor, tsp, - XmNhighlightColor, hsp, - NULL); + XmNbackground, bgp, + XmNforeground, fgp, + XmNbottomShadowColor, bsp, + XmNtopShadowColor, tsp, + XmNhighlightColor, hsp, + NULL); } # ifdef FEAT_FOOTER -- cgit v1.2.3