summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/client/ObjectModel.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/ObjectModel.cpp b/src/client/ObjectModel.cpp
index 7efa8a9b..07288780 100644
--- a/src/client/ObjectModel.cpp
+++ b/src/client/ObjectModel.cpp
@@ -96,6 +96,7 @@ ObjectModel::set_path(const Raul::Path& p)
{
_path = p;
_symbol = Raul::Symbol(p.is_root() ? "root" : p.symbol());
+ set_uri(Node::path_to_uri(p));
_signal_moved.emit();
}