summaryrefslogtreecommitdiff
path: root/src/trg-remote-prefs-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-remote-prefs-dialog.c
parentc076e9ef980403baa8021c64c65b0bfcf711fcbf (diff)
issue 124 - also fix another crash in trg-remote-prefs
Diffstat (limited to 'src/trg-remote-prefs-dialog.c')
-rw-r--r--src/trg-remote-prefs-dialog.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/trg-remote-prefs-dialog.c b/src/trg-remote-prefs-dialog.c
index 00be01a..9522b5c 100644
--- a/src/trg-remote-prefs-dialog.c
+++ b/src/trg-remote-prefs-dialog.c
@@ -402,7 +402,8 @@ static GObject *trg_remote_prefs_dialog_constructor(GType type,
gtk_container_set_border_width(GTK_CONTAINER(object), GUI_PAD);
- gtk_dialog_set_default_response(GTK_DIALOG(object), GTK_RESPONSE_OK);
+ 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);