From 0f9b27a717265d7a1dc5133576868e4b59b2874a Mon Sep 17 00:00:00 2001 From: Alan Fitton Date: Fri, 13 Jan 2012 15:32:32 +0000 Subject: reindent + french translation completion --- src/trg-torrent-props-dialog.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src/trg-torrent-props-dialog.c') diff --git a/src/trg-torrent-props-dialog.c b/src/trg-torrent-props-dialog.c index a0ae22a..d18b577 100644 --- a/src/trg-torrent-props-dialog.c +++ b/src/trg-torrent-props-dialog.c @@ -136,12 +136,10 @@ trg_torrent_props_response_cb(GtkDialog * dlg, gint res_id, json_object_set_int_member(args, FIELD_SEED_RATIO_MODE, gtk_combo_box_get_active(GTK_COMBO_BOX - (priv-> - seedRatioMode))); + (priv->seedRatioMode))); json_object_set_int_member(args, FIELD_BANDWIDTH_PRIORITY, gtk_combo_box_get_active(GTK_COMBO_BOX - (priv-> - bandwidthPriorityCombo)) + (priv->bandwidthPriorityCombo)) - 1); trg_json_widgets_save(priv->widgets, args); -- cgit v1.2.3