]> granicus.if.org Git - transmission/commitdiff
(trunk, gtk) #5032 'gobject warning when updating blocklist from URL' -- fixed with...
authorJordan Lee <jordan@transmissionbt.com>
Wed, 24 Jul 2013 17:20:21 +0000 (17:20 +0000)
committerJordan Lee <jordan@transmissionbt.com>
Wed, 24 Jul 2013 17:20:21 +0000 (17:20 +0000)
gtk/tr-prefs.c

index 159ccc123068b34bb691866f37a1abd489de6c5d..ec1770dfb4a108c06ea356529a51f0c8815057fc 100644 (file)
@@ -462,6 +462,7 @@ onBlocklistUpdateResponse (GtkDialog * dialog, gint response UNUSED, gpointer gd
     gtk_widget_set_sensitive (data->updateBlocklistButton, TRUE);
     data->updateBlocklistDialog = NULL;
     g_signal_handler_disconnect (data->core, data->updateBlocklistTag);
+    data->updateBlocklistTag = 0
 }
 
 /* core says the blocklist was updated */