attached -- Martin 'JaMa' Jansa jabber: [email protected]
From f8f158d1d1386e6386e7ee48bbc8c1f3262fe492 Mon Sep 17 00:00:00 2001 From: Martin Jansa <[email protected]> Date: Fri, 20 Jan 2012 10:20:59 +0100 Subject: [PATCH 3/3] eve: use elm_object_part_content_set instead of deprecated elm_entry_end_set
Signed-off-by: Martin Jansa <[email protected]> --- eve/src/bin/chrome.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/eve/src/bin/chrome.c b/eve/src/bin/chrome.c index e8fc382c..006f637 100644 --- a/eve/src/bin/chrome.c +++ b/eve/src/bin/chrome.c @@ -2549,7 +2549,7 @@ chrome_add(Browser_Window *win, const char *url, Session_Item *session_item) Evas_Object *ic = elm_icon_add(ed); elm_icon_file_set(ic, PACKAGE_DATA_DIR "/default.edj", "clear-button"); - elm_entry_end_set(text_url, ic); + elm_object_part_content_set(text_url, "end", ic); evas_object_smart_callback_add(ic, "clicked", on_action_clear, chrome); Evas_Object *more_list = elm_genlist_add(ed); -- 1.7.8.3
signature.asc
Description: Digital signature
------------------------------------------------------------------------------ Keep Your Developer Skills Current with LearnDevNow! The most comprehensive online learning library for Microsoft developers is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, Metro Style Apps, more. Free future releases when you subscribe now! http://p.sf.net/sfu/learndevnow-d2d
_______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
