thbuttonbox spacing fixed for Win32 systems with GLib2. - vaccinewars - be a doctor and try to vaccinate the world
 (HTM) git clone git://src.adamsgaard.dk/vaccinewars
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 1dc52b6615f65f064246b23e9bc1633c9f5c9866
 (DIR) parent b64e60e800462e30a3669e8bbd65f351204acd67
 (HTM) Author: Ben Webb <ben@salilab.org>
       Date:   Fri, 23 Aug 2002 16:02:46 +0000
       
       hbuttonbox spacing fixed for Win32 systems with GLib2.
       
       
       Diffstat:
         M src/gui_client/gtk_client.c         |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/src/gui_client/gtk_client.c b/src/gui_client/gtk_client.c
       t@@ -2211,7 +2211,7 @@ gboolean GtkLoop(int *argc, char **argv[],
          gtk_hbutton_box_set_layout_default(GTK_BUTTONBOX_END);
          gtk_vbutton_box_set_layout_default(GTK_BUTTONBOX_SPREAD);
        
       -#ifndef HAVE_GLIB2
       +#if CYGWIN || !HAVE_GLIB2
          gtk_hbutton_box_set_spacing_default(8);
        #endif