Commit fe146389 authored by Bilal Elmoussaoui's avatar Bilal Elmoussaoui

close btn: just call quit

parent 522f1c99
......@@ -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"));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment