summaryrefslogtreecommitdiff
path: root/src/trg-torrent-add-url-dialog.c
diff options
context:
space:
mode:
authorGravatar Alan Fitton <ajf@eth0.org.uk>2012-08-27 12:28:20 +0100
committerGravatar Alan Fitton <ajf@eth0.org.uk>2012-08-27 12:28:20 +0100
commita24407ea83d00b4f9f0c4f491c58e9c751088968 (patch)
treea2c2a7600d9eec69a7b3f9d44107321b75df9ce4 /src/trg-torrent-add-url-dialog.c
parent8ba9cdd592fdc47771c9b3bd8491db9d4510b5e7 (diff)
a details tab similar to transmission
Diffstat (limited to 'src/trg-torrent-add-url-dialog.c')
-rw-r--r--src/trg-torrent-add-url-dialog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/trg-torrent-add-url-dialog.c b/src/trg-torrent-add-url-dialog.c
index 6fe07e8..ef97725 100644
--- a/src/trg-torrent-add-url-dialog.c
+++ b/src/trg-torrent-add-url-dialog.c
@@ -109,7 +109,7 @@ static void trg_torrent_add_url_dialog_init(TrgTorrentAddUrlDialog * self)
TrgTorrentAddUrlDialogPrivate *priv =
TRG_TORRENT_ADD_URL_DIALOG_GET_PRIVATE(self);
GtkWidget *w, *t, *contentvbox;
- gint row = 0;
+ guint row = 0;
contentvbox = gtk_dialog_get_content_area(GTK_DIALOG(self));