Changeset 56203

Show
Ignore:
Timestamp:
10/09/08 11:12:41 (6 weeks ago)
Author:
RR
Message:

Use g_signal_connect_after for wxRadioButton as well

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • wxWidgets/trunk/src/gtk/radiobut.cpp

    r56202 r56203  
    8888    SetLabel(label); 
    8989 
    90     g_signal_connect (m_widget, "clicked", 
    91                       G_CALLBACK (gtk_radiobutton_clicked_callback), this); 
     90    g_signal_connect_after (m_widget, "clicked", 
     91                            G_CALLBACK (gtk_radiobutton_clicked_callback), this); 
    9292 
    9393    m_parent->DoAddChild( this );