[gnome-builder: 4/17] transfer notification shows when its done
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder: 4/17] transfer notification shows when its done
- Date: Mon, 22 Jun 2020 19:22:56 +0000 (UTC)
commit 2ff8efd0b59546017104259aae2b55b5670f9a4a
Author: Günther Wagner <info gunibert de>
Date: Wed May 13 20:45:35 2020 +0200
transfer notification shows when its done
src/plugins/rust-analyzer/rust-analyzer-transfer.c | 4 ++++
1 file changed, 4 insertions(+)
---
diff --git a/src/plugins/rust-analyzer/rust-analyzer-transfer.c
b/src/plugins/rust-analyzer/rust-analyzer-transfer.c
index 4507f6075..3c59b659f 100644
--- a/src/plugins/rust-analyzer/rust-analyzer-transfer.c
+++ b/src/plugins/rust-analyzer/rust-analyzer-transfer.c
@@ -79,6 +79,10 @@ _downloaded_chunk (GObject *source_object,
g_chmod (data->filepath, S_IRWXU);
g_free (data->filepath);
g_slice_free (DownloadData, data);
+
+ ide_transfer_set_title (IDE_TRANSFER (data->transfer), _("Installation of Rust Analyzer finished"));
+ ide_transfer_set_icon_name (IDE_TRANSFER (data->transfer), "emblem-ok");
+
return;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]