mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-10 01:39:59 +01:00
oops
This commit is contained in:
@@ -661,7 +661,7 @@ void Mixer::renameSource(Source *s, const std::string &newname)
|
||||
std::list<std::string> others = session_->getNameList();
|
||||
others.remove(tentativename);
|
||||
|
||||
// refuse to rename to an empty name
|
||||
// try the given new name if valid
|
||||
if ( !newname.empty() )
|
||||
tentativename = newname;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user