summaryrefslogtreecommitdiff
path: root/src/trg-main-window.c
diff options
context:
space:
mode:
authorGravatar Alan Fitton <ajf@eth0.org.uk>2011-02-12 14:35:28 +0000
committerGravatar Alan Fitton <ajf@eth0.org.uk>2011-02-12 14:35:28 +0000
commit0cf859ff090d670eef1a7f184ad974db6a953ccc (patch)
treeecf5d378d60247cf74ac7c315b098e32597a5958 /src/trg-main-window.c
parent2d989e3e693f41f654f56972bc3c742828f409b6 (diff)
enter in torrent click is now handled by activate signal so remove keybinding
Diffstat (limited to 'src/trg-main-window.c')
-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 1c8adc2..a282cf0 100644
--- a/src/trg-main-window.c
+++ b/src/trg-main-window.c
@@ -1174,8 +1174,6 @@ static gboolean torrent_tv_key_press_event(GtkWidget * w,
delete_cb(w, data);
else
remove_cb(w, data);
- } else if (key->keyval == GDK_Return) {
- open_props_cb(w, data);
}
return FALSE;
}