summaryrefslogtreecommitdiff
path: root/libgtk_kylix/GTKControls.pas
diff options
context:
space:
mode:
authorTomas Bzatek <tbzatek@users.sourceforge.net>2008-11-23 16:59:50 +0100
committerTomas Bzatek <tbzatek@users.sourceforge.net>2008-11-23 16:59:50 +0100
commit2de0a7945bf5941cf0a163b86fa8facbb5b05f2d (patch)
treedb7cb80e32d9736d2d3aed54ee35315d164ae666 /libgtk_kylix/GTKControls.pas
parent6c77cc430b1e78bd3d0acf1cc078e60775647956 (diff)
downloadtuxcmd-2de0a7945bf5941cf0a163b86fa8facbb5b05f2d.tar.xz
Connection Manager UI improvements (format change!)v0.6.61
- add Duplicate button - add popup menu on the list view - move selection when deleting - add sorting to the list view - save sorting state + column width - simple cipher saved passwords - use hash keys for each item when saving - allow duplicate entries
Diffstat (limited to 'libgtk_kylix/GTKControls.pas')
-rw-r--r--libgtk_kylix/GTKControls.pas2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgtk_kylix/GTKControls.pas b/libgtk_kylix/GTKControls.pas
index d839a65..46b03a2 100644
--- a/libgtk_kylix/GTKControls.pas
+++ b/libgtk_kylix/GTKControls.pas
@@ -444,7 +444,7 @@ begin
// if Assigned(TGTKMenuItem(TGTKControl(widget).FPopupMenu).OnPopup) then TGTKMenuItem(TGTKControl(widget).FPopupMenu).OnPopup(TGTKMenuItem(TGTKControl(widget).FPopupMenu));
if Assigned(TGTKMenuItem(TGTKControl(widget).FPopupMenu).OnPopup) then TGTKMenuItem(TGTKControl(widget).FPopupMenu).OnPopup(TGTKControl(widget));
gtk_menu_popup(PGtkMenu(TGTKMenuItem(TGTKControl(widget).FPopupMenu).FMenu), nil, nil, nil, nil, event^.button, event^.time);
- Result := True;
+ Result := False; // Allow list views to process their events - select an item beneath the cursor
end;
end;