Changeset 29:5bcc0ef808c5 for runmlx.py


Ignore:
Timestamp:
02/25/12 13:40:17 (12 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
Phase:
public
Message:

The status icon and hiding/showing the window works

File:
1 edited

Legend:

Unmodified
Added
Removed
  • runmlx.py

    r27 r29  
    11# Script to run the logger
     2
     3import os
    24
    35if __name__ == "__main__":
    46    import mlx.mlx
    5     mlx.mlx.main()
     7    mlx.mlx.main(os.path.dirname(__file__))
Note: See TracChangeset for help on using the changeset viewer.