Loading src/application/application.vala +1 −1 Original line number Diff line number Diff line Loading @@ -276,7 +276,7 @@ namespace MLM { /* The shortcuts action. */ private void shortcuts() { if (shortcuts == null) if (shortcuts_window == null) shortcuts_window = new ShortcutsWindow(); shortcuts_window.show_all(); } Loading Loading
src/application/application.vala +1 −1 Original line number Diff line number Diff line Loading @@ -276,7 +276,7 @@ namespace MLM { /* The shortcuts action. */ private void shortcuts() { if (shortcuts == null) if (shortcuts_window == null) shortcuts_window = new ShortcutsWindow(); shortcuts_window.show_all(); } Loading