[gnome-tour] close btn: just call quit
- From: Bilal Elmoussaoui <bilelmoussaoui src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-tour] close btn: just call quit
- Date: Tue, 14 Jul 2020 01:52:35 +0000 (UTC)
commit fe1463890b7c9d4c6aa4efe1c61c862561a7c89a
Author: Bilal Elmoussaoui <bil elmoussaoui gmail com>
Date: Tue Jul 14 03:19:27 2020 +0200
close btn: just call quit
src/widgets/paginator.rs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/widgets/paginator.rs b/src/widgets/paginator.rs
index ccd34fd..8a7c8c3 100644
--- a/src/widgets/paginator.rs
+++ b/src/widgets/paginator.rs
@@ -106,7 +106,7 @@ impl PaginatorWidget {
self.close_btn.get_style_context().add_class("suggested-action");
self.close_btn.set_use_underline(true);
- self.close_btn.set_action_name(Some("app.next-page"));
+ self.close_btn.set_action_name(Some("app.quit"));
self.previous_btn.set_use_underline(true);
self.previous_btn.set_action_name(Some("app.previous-page"));
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]