summaryrefslogtreecommitdiff
path: root/src/trg-torrent-props-dialog.c
diff options
context:
space:
mode:
authorGravatar Alan Fitton <ajf@eth0.org.uk>2011-09-21 18:54:03 +0000
committerGravatar Alan Fitton <ajf@eth0.org.uk>2011-09-21 18:54:03 +0000
commit2199618cf816a94ae0bd7c742d451ae2d1c94e01 (patch)
tree0ca30f4ef341cbc4c43a51ed12b391728aafed2a /src/trg-torrent-props-dialog.c
parentc076e9ef980403baa8021c64c65b0bfcf711fcbf (diff)
issue 124 - also fix another crash in trg-remote-prefs
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);