1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-02-04 05:22:40 +00:00

(gtk) fix warning when clicking the upnp/nat-pmp checkbox in the prefs dialog

This commit is contained in:
Charles Kerr 2008-02-27 18:45:06 +00:00
parent 6f0018fd12
commit 9795a01ddc

View file

@ -342,7 +342,7 @@ networkPage( GObject * core, gpointer alive )
g_object_set_data( G_OBJECT(l), "alive", alive );
testing_port_cb( NULL, l );
g_signal_connect( w, "toggled", G_CALLBACK(toggled_cb), l );
g_signal_connect( w, "toggled", G_CALLBACK(testing_port_cb), l );
g_signal_connect( w2, "value-changed", G_CALLBACK(testing_port_cb), l );
hig_workarea_finish( t, &row );