/[classpath]/classpath/native/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkCheckboxPeer.c
ViewVC logotype

Diff of /classpath/native/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkCheckboxPeer.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.20 by fitzsim, Thu Aug 18 01:22:00 2005 UTC revision 1.21 by andreast, Thu Sep 22 20:25:39 2005 UTC
# Line 130  Java_gnu_java_awt_peer_gtk_GtkCheckboxPe Line 130  Java_gnu_java_awt_peer_gtk_GtkCheckboxPe
130      gtk_radio_button_set_group (button, NULL);      gtk_radio_button_set_group (button, NULL);
131    else    else
132      gtk_radio_button_set_group (button,      gtk_radio_button_set_group (button,
133                                  gtk_radio_button_group                                  gtk_radio_button_get_group
134                                  (GTK_RADIO_BUTTON (native_group)));                                  (GTK_RADIO_BUTTON (native_group)));
135    
136    /* If the native group wasn't set on the new CheckboxGroup, then set    /* If the native group wasn't set on the new CheckboxGroup, then set

Legend:
Removed from v.1.20  
changed lines
  Added in v.1.21

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26