projects
/
sdk
/
emulator
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3247001
)
controller: fix wrong condition
author
GiWoong Kim
<giwoong.kim@samsung.com>
Thu, 10 Sep 2015 11:38:12 +0000
(20:38 +0900)
committer
GiWoong Kim
<giwoong.kim@samsung.com>
Thu, 10 Sep 2015 11:40:14 +0000
(20:40 +0900)
Change-Id: Ifaee282a00ff9c15b9ba4bfc05d0c9036f6556d9
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
tizen/src/ui/qt5_supplement.cpp
patch
|
blob
|
history
diff --git
a/tizen/src/ui/qt5_supplement.cpp
b/tizen/src/ui/qt5_supplement.cpp
index 59a1e83bdf44935f3941206e4870098a10f97810..1ac010c092282233a110ce4d1c1757a17cd0f609 100644
(file)
--- a/
tizen/src/ui/qt5_supplement.cpp
+++ b/
tizen/src/ui/qt5_supplement.cpp
@@
-518,7
+518,7
@@
void loadConFormFromXML(QFile *file, UIInformation *uiInfo/* out */)
xml.clear();
file->close();
- if (hasError ==
fals
e) {
+ if (hasError ==
tru
e) {
qFatal("%s %s%s", MSG_INVALID_XML_FORMAT, MSG_CHECK_PATH,
qPrintable(fileInfo.absoluteFilePath()));
return;