summaryrefslogtreecommitdiff
path: root/src/trg-remote-prefs-dialog.c
diff options
context:
space:
mode:
authorGravatar Alan Fitton <ajf@eth0.org.uk>2012-01-13 15:29:10 +0000
committerGravatar Alan Fitton <ajf@eth0.org.uk>2012-01-13 15:29:10 +0000
commit5d019aa0e7ee5178d697162403819b8cce2f91f8 (patch)
tree75b77d986c7ca280807f6b9649c390794f563875 /src/trg-remote-prefs-dialog.c
parent7aef8c5669946d7a13ec56e1b3a3c72584ab3284 (diff)
a torrent priority right click menu. change the refresh on interactive action behavior to make sure priority/other changes are refreshed immediately.
Diffstat (limited to 'src/trg-remote-prefs-dialog.c')
-rw-r--r--src/trg-remote-prefs-dialog.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/trg-remote-prefs-dialog.c b/src/trg-remote-prefs-dialog.c
index 8f866ea..8c921e4 100644
--- a/src/trg-remote-prefs-dialog.c
+++ b/src/trg-remote-prefs-dialog.c
@@ -159,12 +159,10 @@ 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,