summaryrefslogtreecommitdiff
path: root/src/trg-torrent-props-dialog.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/trg-torrent-props-dialog.c')
-rw-r--r--src/trg-torrent-props-dialog.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/trg-torrent-props-dialog.c b/src/trg-torrent-props-dialog.c
index 2ac11f5..cf8898d 100644
--- a/src/trg-torrent-props-dialog.c
+++ b/src/trg-torrent-props-dialog.c
@@ -261,10 +261,6 @@ static GObject *trg_torrent_props_dialog_constructor(GType type,
gtk_dialog_set_default_response(GTK_DIALOG(object),
GTK_RESPONSE_OK);
- gtk_dialog_set_alternative_button_order(GTK_DIALOG(object),
- GTK_RESPONSE_ACCEPT,
- GTK_RESPONSE_OK, -1);
-
g_signal_connect(G_OBJECT(object),
"response",
G_CALLBACK(trg_torrent_props_response_cb), NULL);