summaryrefslogtreecommitdiff
path: root/src/trg-torrent-add-dialog.c
diff options
context:
space:
mode:
authorGravatar Alan Fitton <ajf@eth0.org.uk>2011-04-12 19:54:43 +0000
committerGravatar Alan Fitton <ajf@eth0.org.uk>2011-04-12 19:54:43 +0000
commitb2ff688493cf9f5381ad69fb05747c9944a46ca3 (patch)
treea818ae91925a5a8fcc592195981ae401cf565de4 /src/trg-torrent-add-dialog.c
parent05a98f92cb9eeab843727e0fa2fc052cb371109a (diff)
fix the recently-active updates, add search columns for peers/file treeview
Diffstat (limited to 'src/trg-torrent-add-dialog.c')
-rw-r--r--src/trg-torrent-add-dialog.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/trg-torrent-add-dialog.c b/src/trg-torrent-add-dialog.c
index 3c0ffc9..d0eaefd 100644
--- a/src/trg-torrent-add-dialog.c
+++ b/src/trg-torrent-add-dialog.c
@@ -885,8 +885,8 @@ static GObject *trg_torrent_add_dialog_constructor(GType type,
priv->paused_check =
gtk_check_button_new_with_mnemonic(_("Start _paused"));
gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(priv->paused_check),
- pref_get_start_paused(priv->client->
- gconf));
+ pref_get_start_paused(priv->
+ client->gconf));
priv->priority_combo = gtr_priority_combo_new();
gtk_combo_box_set_active(GTK_COMBO_BOX(priv->priority_combo), 1);