tDebugging message removed - Bank bug under Win2K seems definitely "fixed" now - 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 e81a7c95c85267ea00ec77af64ecc42fcec38b16
 (DIR) parent 00f29fa39d0845e66051f20fc315a93485d70d80
 (HTM) Author: Ben Webb <ben@salilab.org>
       Date:   Mon,  5 Nov 2001 18:32:27 +0000
       
       Debugging message removed - Bank bug under Win2K seems definitely "fixed" now
       
       
       Diffstat:
         M src/gtkport.c                       |       1 -
       
       1 file changed, 0 insertions(+), 1 deletion(-)
       ---
 (DIR) diff --git a/src/gtkport.c b/src/gtkport.c
       t@@ -2912,7 +2912,6 @@ void gtk_radio_button_toggled(GtkRadioButton *radio_button,gpointer data) {
           GtkRadioButton *radio;
           gboolean is_active = GTK_TOGGLE_BUTTON(radio_button)->toggled;
           hWnd=GTK_WIDGET(radio_button)->hWnd;
       -g_print("radio_button_toggled\n");
           if (hWnd) {
              SendMessage(hWnd,BM_SETCHECK,is_active ? BST_CHECKED : BST_UNCHECKED,0);
           }