summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/trg-main-window.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/trg-main-window.c b/src/trg-main-window.c
index 8a4e5a4..28a3f99 100644
--- a/src/trg-main-window.c
+++ b/src/trg-main-window.c
@@ -868,9 +868,7 @@ torrent_selection_changed(GtkWidget * w G_GNUC_UNUSED, gpointer data)
win = TRG_MAIN_WINDOW(data);
client = priv->client;
- g_mutex_lock(client->updateMutex);
isSelected = update_selected_torrent_notebook(win, TRUE);
- g_mutex_unlock(client->updateMutex);
trg_toolbar_torrent_actions_sensitive(priv->toolBar, isSelected);
trg_menu_bar_torrent_actions_sensitive(priv->menuBar, isSelected);