From 2de0a7945bf5941cf0a163b86fa8facbb5b05f2d Mon Sep 17 00:00:00 2001 From: Tomas Bzatek Date: Sun, 23 Nov 2008 16:59:50 +0100 Subject: Connection Manager UI improvements (format change!) - 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 --- libgtk_kylix/GTKControls.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libgtk_kylix/GTKControls.pas') 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; -- cgit v1.2.3