Commit b556fda2 authored by Canek Peláez's avatar Canek Peláez
Browse files

Fix referencing bug.

parent 244e6e54
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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();
        }