Ignore:
Timestamp:
05/05/12 11:02:52 (12 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
hg-Phase:
(<MercurialRepository 1 'hg:/home/ivaradi/mlx/hg' '/'>, 'public')
Message:

Added support for saving and loading PIREPs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mlx/gui/prefs.py

    r149 r151  
    238238                                       action = FILE_CHOOSER_ACTION_SELECT_FOLDER,
    239239                                       buttons = (gtk.STOCK_CANCEL, RESPONSETYPE_CANCEL,
    240                                                   gtk.STOCK_OK, RESPONSETYPE_OK))
     240                                                  gtk.STOCK_OK, RESPONSETYPE_OK),
     241                                       parent = self)
     242        dialog.set_modal(True)
     243        dialog.set_transient_for(self)
    241244
    242245        directory = self._pirepDirectory.get_text()
Note: See TracChangeset for help on using the changeset viewer.