summaryrefslogtreecommitdiff
path: root/src/trg-remote-prefs-dialog.c
diff options
context:
space:
mode:
authorGravatar Alan Fitton <ajf@eth0.org.uk>2012-01-21 17:06:35 +0000
committerGravatar Alan Fitton <ajf@eth0.org.uk>2012-01-21 17:06:35 +0000
commit6b74b53f591e1c34b12e3c5abdc75b8f627f7b9b (patch)
tree990e854f6308a3035f0b802bc94c7a45295460f1 /src/trg-remote-prefs-dialog.c
parent662425f087cbc75625f89c15224a485b4b992074 (diff)
fix that min/max problem reported by reardonia
Diffstat (limited to 'src/trg-remote-prefs-dialog.c')
-rw-r--r--src/trg-remote-prefs-dialog.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/trg-remote-prefs-dialog.c b/src/trg-remote-prefs-dialog.c
index 8c921e4..8f866ea 100644
--- a/src/trg-remote-prefs-dialog.c
+++ b/src/trg-remote-prefs-dialog.c
@@ -159,10 +159,12 @@ static void trg_remote_prefs_double_special_dependent(GtkWidget * widget,
gtk_widget_set_sensitive(GTK_WIDGET(data),
gtk_toggle_button_get_active(GTK_TOGGLE_BUTTON
- (priv->alt_time_check))
+ (priv->
+ alt_time_check))
||
gtk_toggle_button_get_active(GTK_TOGGLE_BUTTON
- (priv->alt_check)));
+ (priv->
+ alt_check)));
}
static void trg_rprefs_time_widget_savefunc(GtkWidget * w,