Skip to content

Commit cd93d24

Browse files
committed
CGUIDialogNetworkSetup: fix missing folder label
1 parent 0e0cf8b commit cd93d24

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

xbmc/network/GUIDialogNetworkSetup.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@ CGUIDialogNetworkSetup::Protocol::Protocol(bool newSupportPath,
5050
std::string newType,
5151
int newLabel,
5252
std::string newAddonId)
53-
: supportUsername(newSupportUsername),
53+
: supportPath(newSupportPath),
54+
supportUsername(newSupportUsername),
5455
supportPassword(newSupportPassword),
5556
supportPort(newSupportPort),
5657
supportBrowsing(newSupportBrowsing),

0 commit comments

Comments
 (0)