Fixed upstream in trunk.

The one-liner patch:

Index: tr-prefs.c
===================================================================
--- tr-prefs.c  (revision 9261)
+++ tr-prefs.c  (working copy)
@@ -1304,7 +1304,8 @@
     gtk_widget_set_sensitive( data->portButton, FALSE );
     gtk_widget_set_sensitive( data->portSpin, FALSE );
     gtk_label_set_markup( GTK_LABEL( data->portLabel ), _( "<i>Testing...</i>" 
) );
-    data->portTag = g_signal_connect( data->core, "port-tested", 
G_CALLBACK(onPortTested), data );
+    if( !data->portTag )
+        data->portTag = g_signal_connect( data->core, "port-tested", 
G_CALLBACK(onPortTested), data );
     tr_core_port_test( data->core );
 }
 


** Bug watch added: Transmission Trac #2485
   http://trac.transmissionbt.com/ticket/2485

** Also affects: transmission via
   http://trac.transmissionbt.com/ticket/2485
   Importance: Unknown
       Status: Unknown

** Changed in: transmission (Ubuntu)
       Status: New => Confirmed

-- 
transmission crashed with SIGSEGV in g_type_check_instance_cast()
https://bugs.launchpad.net/bugs/407832
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to