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

Added a popup menu to the callouts editor's file list

File:
1 edited

Legend:

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

    r279 r280  
    318318            return
    319319
    320         # (path, _, _, _) = self._flightList.get_path_at_pos(int(event.x),
    321         #                                                    int(event.y))
    322         # selection = self._flightList.get_selection()
    323         # selection.unselect_all()
    324         # selection.select_path(path)
    325 
    326320        menu = self._fileListPopupMenu
    327321        if pygobject:
     
    331325
    332326    def _buildFileListPopupMenu(self):
    333         """Get the file list popup menu."""
     327        """Build the file list popup menu."""
    334328        menu = gtk.Menu()
    335329
Note: See TracChangeset for help on using the changeset viewer.