summaryrefslogtreecommitdiff
path: root/tizen/src/ui/menu/shellopener.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tizen/src/ui/menu/shellopener.cpp')
-rw-r--r--tizen/src/ui/menu/shellopener.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tizen/src/ui/menu/shellopener.cpp b/tizen/src/ui/menu/shellopener.cpp
index 76ebb50e4b..c4f52492f6 100644
--- a/tizen/src/ui/menu/shellopener.cpp
+++ b/tizen/src/ui/menu/shellopener.cpp
@@ -57,7 +57,7 @@ void ShellOpener::openShell(QString title)
QString command;
QStringList arguments;
- QString sdbPort = QString::number(get_device_serial_number());
+ QString sdbPort = QString::number(get_vm_device_serial_number());
QString sdbSerialName;
if (is_netclient_tap_attached()) {
sdbSerialName = QString(get_emul_guest_ip());