From b2f8a1f1a9408b674a06e34c140f58a9ae109360 Mon Sep 17 00:00:00 2001 From: Tomas Bzatek Date: Sat, 3 Oct 2009 18:48:42 +0200 Subject: Remember custom plugin from Quick Connect dialog and pre-fill it in Connection Properties dialog when saving unsaved connection --- UQuickConnect.pas | 1 + 1 file changed, 1 insertion(+) (limited to 'UQuickConnect.pas') diff --git a/UQuickConnect.pas b/UQuickConnect.pas index aaaa0bf..8234edd 100644 --- a/UQuickConnect.pas +++ b/UQuickConnect.pas @@ -320,6 +320,7 @@ begin Engine.ParentEngine := SourcePanelEngine; Engine.SavePath := SourcePanelEngine.Path; Engine.OpenedFromQuickConnect := True; + Engine.CustomPluginIDSave := ConfQuickConnectPluginID; if not AFConnectionManager.DoConnectInternal(URIComboBox.Entry.Text, Engine, FWidget) then begin if not AFConnectionManager.FSilenceError then Application.MessageBox(PGtkWindow(FWidget), LANGCouldntOpenURI, [mbOK], mbError, mbOK, mbOK); -- cgit v1.2.3