Commit 1a562007 authored by Marian Ďurkovič's avatar Marian Ďurkovič

Allow SSM to be used within QT4 Open Network panel

parent 5fe7435e
......@@ -606,7 +606,8 @@ void NetOpenPanel::updateMRL() {
mrl += addr;
else
{
mrl += qfu( "@" );
if( !addr.contains( "@" ) )
mrl += qfu( "@" );
switch( addr.count( ":" ) )
{
case 0: /* DNS or IPv4 literal, no port number */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment