summaryrefslogtreecommitdiff
path: root/src/trg-preferences-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-preferences-dialog.c
parent8ba9cdd592fdc47771c9b3bd8491db9d4510b5e7 (diff)
a details tab similar to transmission
Diffstat (limited to 'src/trg-preferences-dialog.c')
-rw-r--r--src/trg-preferences-dialog.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/trg-preferences-dialog.c b/src/trg-preferences-dialog.c
index 30f0faa..e8cfb15 100644
--- a/src/trg-preferences-dialog.c
+++ b/src/trg-preferences-dialog.c
@@ -394,7 +394,7 @@ static GtkWidget *trg_prefs_generalPage(TrgPreferencesDialog * dlg)
TRG_PREFERENCES_DIALOG_GET_PRIVATE(dlg);
GtkWidget *w, *activeOnly, *t;
- gint row = 0;
+ guint row = 0;
t = hig_workarea_create();
@@ -592,7 +592,7 @@ static GtkWidget *trg_prefs_openExecPage(TrgPreferencesDialog * dlg)
TrgPersistentTreeView *ptv;
GtkListStore *model;
trg_pref_widget_desc *wd;
- gint row = 0;
+ guint row = 0;
t = hig_workarea_create();
@@ -629,7 +629,7 @@ static GtkWidget *trg_prefs_dirsPage(TrgPreferencesDialog * dlg)
TrgPersistentTreeView *ptv;
GtkListStore *model;
trg_pref_widget_desc *wd;
- gint row = 0;
+ guint row = 0;
t = hig_workarea_create();
@@ -665,7 +665,7 @@ static GtkWidget *trg_prefs_viewPage(TrgPreferencesDialog * dlg)
TRG_PREFERENCES_DIALOG_GET_PRIVATE(dlg);
GtkWidget *w, *dep, *t, *tray;
- gint row = 0;
+ guint row = 0;
gboolean _is_unity = is_unity();
t = hig_workarea_create();
@@ -760,7 +760,7 @@ static GtkWidget *trg_prefs_serverPage(TrgPreferencesDialog * dlg)
GtkWidget *w, *t, *frame, *frameHbox, *profileLabel;
GtkWidget *profileButtonsHbox;
- gint row = 0;
+ guint row = 0;
t = hig_workarea_create();