summaryrefslogtreecommitdiff
path: root/macosx/plugins/DFNet/macsrc/SockDialog.m
diff options
context:
space:
mode:
Diffstat (limited to 'macosx/plugins/DFNet/macsrc/SockDialog.m')
-rw-r--r--macosx/plugins/DFNet/macsrc/SockDialog.m4
1 files changed, 3 insertions, 1 deletions
diff --git a/macosx/plugins/DFNet/macsrc/SockDialog.m b/macosx/plugins/DFNet/macsrc/SockDialog.m
index e49ffc3d..0b108f5e 100644
--- a/macosx/plugins/DFNet/macsrc/SockDialog.m
+++ b/macosx/plugins/DFNet/macsrc/SockDialog.m
@@ -38,9 +38,9 @@ void sockCreateWaitDlg() {
if (globalSock == nil) {
globalSock = [[SockDialog alloc] init];
}
- [globalSock showWindow:nil];
NSWindow *tempWindow = [globalSock window];
[tempWindow center];
+ [globalSock showWindow:nil];
[tempWindow makeKeyAndOrderFront:nil];
}
@@ -51,6 +51,8 @@ void sockDlgUpdate() {
long sockOpen()
{
+ LoadConf();
+
return 0;
}