(trunk, gtk) #5032 'gobject warning when updating blocklist from URL' -- fixed with patch from fanatid

This commit is contained in:
Jordan Lee 2013-07-24 17:20:21 +00:00
parent 16ab373503
commit 14c0256861
1 changed files with 1 additions and 0 deletions

View 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 */