[Xfce4-commits] <thunar:xfce-4.8> Fix a compiler warning.
Jannis Pohlmann
noreply at xfce.org
Sat Sep 17 01:16:02 CEST 2011
Updating branch refs/heads/xfce-4.8
to 1ea7ededfe7fe642ba3ee7e80e99606f71003b40 (commit)
from a9a495c31aee0b171807b777b635a480692c6ce7 (commit)
commit 1ea7ededfe7fe642ba3ee7e80e99606f71003b40
Author: Jannis Pohlmann <jannis at 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 209e6b8..4cbd89c 100644
--- a/thunar/thunar-transfer-job.c
+++ b/thunar/thunar-transfer-job.c
@@ -671,6 +671,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))
More information about the Xfce4-commits
mailing list