From: Jordan Lee Date: Wed, 24 Jul 2013 17:20:21 +0000 (+0000) Subject: (trunk, gtk) #5032 'gobject warning when updating blocklist from URL' -- fixed with... X-Git-Tag: 2.82~15 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=14c02568615880cc677c9c19036394595fc3c9f2;p=transmission (trunk, gtk) #5032 'gobject warning when updating blocklist from URL' -- fixed with patch from fanatid --- diff --git a/gtk/tr-prefs.c b/gtk/tr-prefs.c index 159ccc123..ec1770dfb 100644 --- a/gtk/tr-prefs.c +++ b/gtk/tr-prefs.c @@ -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 */