mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 20:35:36 +00:00
(trunk, gtk) #5032 'gobject warning' -- fix typo introduced in r14144
This commit is contained in:
@@ -462,7 +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
|
||||
data->updateBlocklistTag = 0;
|
||||
}
|
||||
|
||||
/* core says the blocklist was updated */
|
||||
|
||||
Reference in New Issue
Block a user