Hi all, I am trying to use glade-2, and it works fine, expect a very little thing, which harms me bad. If I specify a signal for any button's clicked state, I get gtk_signal_connect_swapped call to the handler function. How can I force this to be the gtk_signal_connect call? As I would like to pass data to the handler function. Thanks. GCS