summaryrefslogtreecommitdiff
path: root/src/trg-torrent-props-dialog.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/trg-torrent-props-dialog.c')
-rw-r--r--src/trg-torrent-props-dialog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/trg-torrent-props-dialog.c b/src/trg-torrent-props-dialog.c
index 266360e..ab59120 100644
--- a/src/trg-torrent-props-dialog.c
+++ b/src/trg-torrent-props-dialog.c
@@ -143,7 +143,7 @@ trg_torrent_props_response_cb(GtkDialog * dlg, gint res_id,
gtk_combo_box_get_active(GTK_COMBO_BOX
(priv->
bandwidthPriorityCombo))
- + 1);
+ - 1);
gtk_spin_button_json_int_out(GTK_SPIN_BUTTON
(priv->peer_limit_spin), args);