hermet pushed a commit to branch master.

commit 0f6531c21d9c1a44fe51be861ce22d1da229ca6b
Author: ChunEon Park <[email protected]>
Date:   Mon Apr 1 20:50:25 2013 +0900

    elementary/widget - use Eina_Stringshare explicitly.
---
 src/lib/elm_widget.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/lib/elm_widget.c b/src/lib/elm_widget.c
index 4d4cc64..6d5a5dd 100644
--- a/src/lib/elm_widget.c
+++ b/src/lib/elm_widget.c
@@ -35,9 +35,9 @@ struct _Elm_Event_Cb_Data
 
 struct _Elm_Translate_String_Data
 {
-   const char *id;
-   const char *domain;
-   const char *string;
+   Eina_Stringshare *id;
+   Eina_Stringshare *domain;
+   Eina_Stringshare *string;
 };
 
 /* local subsystem globals */

-- 

------------------------------------------------------------------------------
Own the Future-Intel&reg; Level Up Game Demo Contest 2013
Rise to greatness in Intel's independent game demo contest.
Compete for recognition, cash, and the chance to get your game 
on Steam. $5K grand prize plus 10 genre and skill prizes. 
Submit your demo by 6/6/13. http://p.sf.net/sfu/intel_levelupd2d

Reply via email to