summaryrefslogtreecommitdiff
path: root/thunar/thunar-progress-view.c
diff options
context:
space:
mode:
Diffstat (limited to 'thunar/thunar-progress-view.c')
-rw-r--r--thunar/thunar-progress-view.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/thunar/thunar-progress-view.c b/thunar/thunar-progress-view.c
index d3461eb4..43a3afca 100644
--- a/thunar/thunar-progress-view.c
+++ b/thunar/thunar-progress-view.c
@@ -350,9 +350,8 @@ thunar_progress_view_cancel_job (ThunarProgressView *view)
g_signal_handlers_disconnect_matched (view->job, G_SIGNAL_MATCH_FUNC, 0, 0, NULL,
thunar_progress_view_info_message, NULL);
- /* update the progress bar text */
- gtk_progress_bar_set_text (GTK_PROGRESS_BAR (view->progress_bar),
- _("Cancelling..."));
+ /* update the status text */
+ gtk_label_set_text (GTK_LABEL (view->progress_label), _("Cancelling..."));
}
}