[Xfce4-commits] <thunar:master> Forgot 1 files in the previous commit.
Nick Schermer
nick at xfce.org
Fri Aug 21 22:44:02 CEST 2009
Updating branch refs/heads/master
to 0b98190d44c6efb7777658c2f1a649a0fcd4b16c (commit)
from 558f8d7ee224e6b954203a31d1caaadb7567ab88 (commit)
commit 0b98190d44c6efb7777658c2f1a649a0fcd4b16c
Author: Nick Schermer <nick at xfce.org>
Date: Fri Aug 21 22:42:29 2009 +0200
Forgot 1 files in the previous commit.
thunar/thunar-job.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/thunar/thunar-job.c b/thunar/thunar-job.c
index 893f637..8707bfa 100644
--- a/thunar/thunar-job.c
+++ b/thunar/thunar-job.c
@@ -589,7 +589,7 @@ thunar_job_processing_file (ThunarJob *job,
GList *current_file)
{
GList *lp;
- gchar *basename;
+ gchar *base_name;
gchar *display_name;
guint n_processed;
guint n_total;
@@ -597,9 +597,9 @@ thunar_job_processing_file (ThunarJob *job,
_thunar_return_if_fail (THUNAR_IS_JOB (job));
_thunar_return_if_fail (current_file != NULL);
- basename = g_file_get_basename (current_file->data);
- display_name = g_filename_display_name (basename);
- g_free (basename);
+ base_name = g_file_get_basename (current_file->data);
+ display_name = g_filename_display_name (base_name);
+ g_free (base_name);
exo_job_info_message (EXO_JOB (job), display_name);
g_free (display_name);
More information about the Xfce4-commits
mailing list