(trunk, gtk) #5032 'gobject warning' -- fix typo introduced in r14144

This commit is contained in:
Jordan Lee 2013-07-27 18:20:32 +00:00
parent 29e53df9d9
commit 33795457b1
1 changed files with 1 additions and 1 deletions

View File

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