mirror of
https://github.com/transmission/transmission
synced 2025-02-04 13:32:19 +00:00
(gtk) fix warning when clicking the upnp/nat-pmp checkbox in the prefs dialog
This commit is contained in:
parent
6f0018fd12
commit
9795a01ddc
1 changed files with 1 additions and 1 deletions
|
@ -342,7 +342,7 @@ networkPage( GObject * core, gpointer alive )
|
||||||
g_object_set_data( G_OBJECT(l), "alive", alive );
|
g_object_set_data( G_OBJECT(l), "alive", alive );
|
||||||
testing_port_cb( NULL, l );
|
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 );
|
g_signal_connect( w2, "value-changed", G_CALLBACK(testing_port_cb), l );
|
||||||
|
|
||||||
hig_workarea_finish( t, &row );
|
hig_workarea_finish( t, &row );
|
||||||
|
|
Loading…
Reference in a new issue