mirror of https://gitee.com/openkylin/peony.git
FileMoveOperation: 创建文件夹成功时正确设置node的state,避免出现后续问题
This commit is contained in:
parent
031bf897ed
commit
06ce0e877f
|
@ -1066,7 +1066,7 @@ fallback_retry:
|
|||
// qDebug() << __func__ << error->code << error->message;
|
||||
//}
|
||||
//g_error_free(error);
|
||||
|
||||
node->setState(FileNode::Handled);
|
||||
}
|
||||
|
||||
fileIconName = FileUtilsPrivate::getFileIconName(m_current_src_uri);
|
||||
|
|
Loading…
Reference in New Issue