[geary/wip/333-move-label-shortcuts] client: Fix move/label keyboard shortcuts being swapped
- From: Michael Gratton <mjog src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [geary/wip/333-move-label-shortcuts] client: Fix move/label keyboard shortcuts being swapped
- Date: Tue, 26 Mar 2019 06:03:19 +0000 (UTC)
commit 8bfc37121218106fb0101a8ec25462c27ac4f58b
Author: Michael Gratton <mike vee net>
Date: Tue Mar 26 16:56:28 2019 +1100
client: Fix move/label keyboard shortcuts being swapped
Fixes #333
src/client/application/geary-controller.vala | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/client/application/geary-controller.vala b/src/client/application/geary-controller.vala
index f08f7991..c95534ca 100644
--- a/src/client/application/geary-controller.vala
+++ b/src/client/application/geary-controller.vala
@@ -1735,11 +1735,11 @@ public class GearyController : Geary.BaseObject {
}
private void on_show_move_menu(SimpleAction? action) {
- this.main_window.main_toolbar.copy_message_button.clicked();
+ this.main_window.main_toolbar.move_message_button.clicked();
}
private void on_show_copy_menu(SimpleAction? action) {
- this.main_window.main_toolbar.move_message_button.clicked();
+ this.main_window.main_toolbar.copy_message_button.clicked();
}
private async void mark_as_spam_toggle_async(Cancellable? cancellable) {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]