summaryrefslogtreecommitdiff
path: root/src/trg-remote-prefs-dialog.c
diff options
context:
space:
mode:
authorGravatar Alan Fitton <ajf@eth0.org.uk>2011-09-21 22:06:59 +0000
committerGravatar Alan Fitton <ajf@eth0.org.uk>2011-09-21 22:06:59 +0000
commit58e257b7acb4747e937b496132d7a9398eff3f59 (patch)
treefce0ce426385f270882e34ce15fdf5c60d5b43da /src/trg-remote-prefs-dialog.c
parent9b8d0570f6151f4b41dda9a60c715e382f6186b6 (diff)
might fix the random warnings in remote-prefs for some, but I can't reproduce it, so quite possibly not.
Diffstat (limited to 'src/trg-remote-prefs-dialog.c')
-rw-r--r--src/trg-remote-prefs-dialog.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/trg-remote-prefs-dialog.c b/src/trg-remote-prefs-dialog.c
index 9522b5c..8a4d400 100644
--- a/src/trg-remote-prefs-dialog.c
+++ b/src/trg-remote-prefs-dialog.c
@@ -405,9 +405,6 @@ static GObject *trg_remote_prefs_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_OK, GTK_RESPONSE_CLOSE, -1);
-
g_signal_connect(G_OBJECT(object),
"response",
G_CALLBACK(trg_remote_prefs_response_cb), NULL);