31
31
from dialog import error_dialog, info_dialog, warning_dialog
32
32
from launch import launch
36
36
""" This class is responsible for building the context menus. """
37
def __init__(self, path, selected, app=None):
54
44
self.pref = OlivePreferences()
60
51
# Create the file list context menu
61
52
self.ui = gtk.UIManager()