Backport 2008-03-19T17:13:25Z!bruno@wolff.to

This commit is contained in:
Bruno Wolff III 2008-03-21 19:28:14 +00:00
parent 2da7fe853b
commit 517d75ce1a

View file

@ -2181,7 +2181,7 @@ private:
change_logging(data);
} else if (cmd == "theme") {
preferences::show_theme_dialog(*gui_);
} else if (cmd == "muteall" || cmd == "ping"
} else if ((cmd == "muteall" || cmd == "ping")
&& network::nconnections() != 0)
{
send_command(cmd);