summaryrefslogtreecommitdiff
path: root/src/trg-remote-prefs-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-remote-prefs-dialog.c
parent8ba9cdd592fdc47771c9b3bd8491db9d4510b5e7 (diff)
a details tab similar to transmission
Diffstat (limited to 'src/trg-remote-prefs-dialog.c')
-rw-r--r--src/trg-remote-prefs-dialog.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/trg-remote-prefs-dialog.c b/src/trg-remote-prefs-dialog.c
index acf689b..22b29af 100644
--- a/src/trg-remote-prefs-dialog.c
+++ b/src/trg-remote-prefs-dialog.c
@@ -298,7 +298,7 @@ static GtkWidget *trg_rprefs_bandwidthPage(TrgRemotePrefsDialog * win,
TrgRemotePrefsDialogPrivate *priv =
TRG_REMOTE_PREFS_DIALOG_GET_PRIVATE(win);
GtkWidget *w, *tb, *t;
- gint row = 0;
+ guint row = 0;
t = hig_workarea_create();
@@ -353,7 +353,7 @@ static GtkWidget *trg_rprefs_limitsPage(TrgRemotePrefsDialog * win,
TrgRemotePrefsDialogPrivate *priv =
TRG_REMOTE_PREFS_DIALOG_GET_PRIVATE(win);
GtkWidget *w, *tb, *t;
- gint row = 0;
+ guint row = 0;
t = hig_workarea_create();
@@ -509,7 +509,7 @@ static GtkWidget *trg_rprefs_connPage(TrgRemotePrefsDialog * win,
GtkWidget *w, *tb, *t;
const gchar *stringValue;
- gint row = 0;
+ guint row = 0;
t = hig_workarea_create();
@@ -596,7 +596,7 @@ static GtkWidget *trg_rprefs_generalPage(TrgRemotePrefsDialog * win,
TRG_REMOTE_PREFS_DIALOG_GET_PRIVATE(win);
GtkWidget *w, *tb, *t;
- gint row = 0;
+ guint row = 0;
gint64 cache_size_mb;
t = hig_workarea_create();