From: Philippe Nunes <philippe.nunes@linux.intel.com>
To: ofono@ofono.org
Subject: [PATCH] phonesim: Add title to the SETUP menu (this AID TLV object is mandatory)
Date: Fri, 06 May 2011 10:07:17 +0200 [thread overview]
Message-ID: <1304669237-12189-1-git-send-email-philippe.nunes@linux.intel.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 1252 bytes --]
---
src/conformancesimapplication.cpp | 3 ++-
src/simapplication.cpp | 1 +
2 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/src/conformancesimapplication.cpp b/src/conformancesimapplication.cpp
index 5eb9d07..baf3538 100644
--- a/src/conformancesimapplication.cpp
+++ b/src/conformancesimapplication.cpp
@@ -107,6 +107,7 @@ void ConformanceSimApplication::mainMenu()
QList<QSimMenuItem> items;
cmd.setType( QSimCommand::SetupMenu );
+ cmd.setTitle( "Conformance menu" );
item.setIdentifier( ConformanceMenu_DisplayText );
item.setLabel( "Display Text" );
@@ -1729,4 +1730,4 @@ void ConformanceSimApplication::GetInputIconMenu( const QSimTerminalResponse& re
endSession();
break;
}
-}
\ No newline at end of file
+}
diff --git a/src/simapplication.cpp b/src/simapplication.cpp
index 68ec1cd..119d7b2 100644
--- a/src/simapplication.cpp
+++ b/src/simapplication.cpp
@@ -382,6 +382,7 @@ void DemoSimApplication::mainMenu()
QList<QSimMenuItem> items;
cmd.setType( QSimCommand::SetupMenu );
+ cmd.setTitle( "Phonesim services" );
item.setIdentifier( MainMenu_News );
item.setLabel( "News" );
--
1.7.1
next reply other threads:[~2011-05-06 8:07 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-05-06 8:07 Philippe Nunes [this message]
2011-05-06 2:36 ` [PATCH] phonesim: Add title to the SETUP menu (this AID TLV object is mandatory) Denis Kenzior
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1304669237-12189-1-git-send-email-philippe.nunes@linux.intel.com \
--to=philippe.nunes@linux.intel.com \
--cc=ofono@ofono.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox