git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60180
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
g_signal_connect_after (m_widget, "changed",
G_CALLBACK (gtkcombobox_changed_callback), this);
g_signal_connect_after (m_widget, "changed",
G_CALLBACK (gtkcombobox_changed_callback), this);
- if ( gtk_check_version(2,10,0) )
+ if ( !gtk_check_version(2,10,0) )
{
g_signal_connect (m_widget, "notify::popup-shown",
G_CALLBACK (gtkcombobox_popupshown_callback), this);
{
g_signal_connect (m_widget, "notify::popup-shown",
G_CALLBACK (gtkcombobox_popupshown_callback), this);