All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: [PATCH] phonesim: Add title to the SETUP menu (this AID TLV object is mandatory)
  2011-05-06  8:07 [PATCH] phonesim: Add title to the SETUP menu (this AID TLV object is mandatory) Philippe Nunes
@ 2011-05-06  2:36 ` Denis Kenzior
  0 siblings, 0 replies; 2+ messages in thread
From: Denis Kenzior @ 2011-05-06  2:36 UTC (permalink / raw)
  To: ofono

[-- Attachment #1: Type: text/plain, Size: 278 bytes --]

Hi Philippe,

On 05/06/2011 03:07 AM, Philippe Nunes wrote:
> ---
>  src/conformancesimapplication.cpp |    3 ++-
>  src/simapplication.cpp            |    1 +
>  2 files changed, 3 insertions(+), 1 deletions(-)
> 

Patch has been applied, thanks.

Regards,
-Denis

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [PATCH] phonesim: Add title to the SETUP menu (this AID TLV object is mandatory)
@ 2011-05-06  8:07 Philippe Nunes
  2011-05-06  2:36 ` Denis Kenzior
  0 siblings, 1 reply; 2+ messages in thread
From: Philippe Nunes @ 2011-05-06  8:07 UTC (permalink / raw)
  To: ofono

[-- 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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-05-06  8:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-06  8:07 [PATCH] phonesim: Add title to the SETUP menu (this AID TLV object is mandatory) Philippe Nunes
2011-05-06  2:36 ` Denis Kenzior

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.