summaryrefslogtreecommitdiff
path: root/thunar/thunar-simple-job.c
diff options
context:
space:
mode:
authorNick Schermer <nick@xfce.org>2009-08-21 22:41:51 +0200
committerNick Schermer <nick@xfce.org>2009-08-21 22:41:51 +0200
commit558f8d7ee224e6b954203a31d1caaadb7567ab88 (patch)
tree539780c39f03872119578a8fe8f4fc69cc136e99 /thunar/thunar-simple-job.c
parent4d8cb9064a5e5773550723d4b59b10f21791c0b8 (diff)
downloadthunar-558f8d7ee224e6b954203a31d1caaadb7567ab88.tar.gz
Fix remaining compiler warnings in the thunar code.
Diffstat (limited to 'thunar/thunar-simple-job.c')
-rw-r--r--thunar/thunar-simple-job.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/thunar/thunar-simple-job.c b/thunar/thunar-simple-job.c
index 1df1a83b..dcc6abe8 100644
--- a/thunar/thunar-simple-job.c
+++ b/thunar/thunar-simple-job.c
@@ -189,7 +189,7 @@ thunar_simple_job_launch (ThunarSimpleJobFunc func,
va_list var_args;
GValue value = { 0, };
gchar *error_message;
- gint n;
+ guint n;
/* allocate and initialize the simple job */
simple_job = g_object_new (THUNAR_TYPE_SIMPLE_JOB, NULL);