LDS handling added, bugs in media config/references fixed

svn: r596
This commit is contained in:
Don Allingham
2001-11-30 01:47:45 +00:00
parent 97708a4052
commit 7315de88cc
11 changed files with 863 additions and 66 deletions

View File

@ -624,9 +624,10 @@ class GlobalMediaProperties:
def button_press(self,obj,event):
if len(obj.selection) <= 0:
return
data = obj.get_row_data(obj.selection[0])
if data != None:
data[0](data[1],data[2])
if event.button == 1 and event.type == GDK._2BUTTON_PRESS:
data = obj.get_row_data(obj.selection[0])
if data != None:
data[0](data[1],data[2])
def display_refs(self):
index = 0