summaryrefslogtreecommitdiff
path: root/src/trg-torrent-move-dialog.c
diff options
context:
space:
mode:
authorGravatar Alan Fitton <ajf@eth0.org.uk>2011-04-12 12:52:27 +0000
committerGravatar Alan Fitton <ajf@eth0.org.uk>2011-04-12 12:52:27 +0000
commitba223a1a4d7cae2bba4ca0e2e55627a986175ace (patch)
tree4ce52d674a6a3ffb69ac7811ceef92421661a826 /src/trg-torrent-move-dialog.c
parent03f0d32dee2e717ac3cf1fa1ca1563110403934e (diff)
minor stuff
Diffstat (limited to 'src/trg-torrent-move-dialog.c')
-rw-r--r--src/trg-torrent-move-dialog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/trg-torrent-move-dialog.c b/src/trg-torrent-move-dialog.c
index 77781c6..6b2c4a0 100644
--- a/src/trg-torrent-move-dialog.c
+++ b/src/trg-torrent-move-dialog.c
@@ -93,7 +93,7 @@ static void trg_torrent_move_dialog_init(TrgTorrentMoveDialog * self)
w = priv->location_combo = gtk_combo_box_entry_new_text();
g_signal_connect(w, "changed", G_CALLBACK(location_changed), self);
- w = hig_workarea_add_row(t, &row, _("Location:"), w, NULL);
+ hig_workarea_add_row(t, &row, _("Location:"), w, NULL);
priv->move_check =
hig_workarea_add_wide_checkbutton(t, &row, _("Move"), TRUE);