Updating branch refs/heads/master
         to 4f8128a36453cd749f15751743f81f861d5191fb (commit)
       from 2da5c8cfcccf484d6f39ff16cc0399859d1aff5e (commit)

commit 4f8128a36453cd749f15751743f81f861d5191fb
Author: Jannis Pohlmann <jan...@xfce.org>
Date:   Wed Sep 14 22:26:53 2011 +0200

    Fix a compiler warning.

 thunar/thunar-transfer-job.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/thunar/thunar-transfer-job.c b/thunar/thunar-transfer-job.c
index c38cf85..2eeee5d 100644
--- a/thunar/thunar-transfer-job.c
+++ b/thunar/thunar-transfer-job.c
@@ -710,6 +710,8 @@ thunar_transfer_job_execute (ExoJob  *job,
           /* check if the parent exists */
           if (target_parent != NULL)
             parent_exists = g_file_query_exists (target_parent, 
exo_job_get_cancellable (job));
+          else
+            parent_exists = FALSE;
 
           /* abort on cancellation */
           if (exo_job_set_error_if_cancelled (job, &err))
_______________________________________________
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits

Reply via email to