omg .... I'm sorry for my mistake.. and Thanks for fixing !!!
-----Original Message----- From: "Enlightenment SVN"<[email protected]> To: <[email protected]>; Cc: Sent: 2012-12-08 (토) 00:53:50 Subject: E SVN: lfelipe branches/elementary-1.7/src/lib Log: Fix build failure caused by 80435. Author: lfelipe Date: 2012-12-07 07:53:48 -0800 (Fri, 07 Dec 2012) New Revision: 80469 Trac: http://trac.enlightenment.org/e/changeset/80469 Modified: branches/elementary-1.7/src/lib/elc_multibuttonentry.c Modified: branches/elementary-1.7/src/lib/elc_multibuttonentry.c =================================================================== --- branches/elementary-1.7/src/lib/elc_multibuttonentry.c 2012-12-07 15:44:41 UTC (rev 80468) +++ branches/elementary-1.7/src/lib/elc_multibuttonentry.c 2012-12-07 15:53:48 UTC (rev 80469) @@ -275,7 +275,7 @@ wd->focused = EINA_TRUE; _view_update(data); - if (elm_widget_focus_get(data) && sd->editable) + if (elm_widget_focus_get(data) && wd->editable) { elm_entry_input_panel_show(wd->entry); elm_object_focus_set(wd->entry, EINA_TRUE); ------------------------------------------------------------------------------ LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial Remotely access PCs and mobile devices and provide instant support Improve your efficiency, and focus on delivering more value-add services Discover what IT Professionals Know. Rescue delivers http://p.sf.net/sfu/logmein_12329d2d _______________________________________________ enlightenment-svn mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-svn ------------------------------------------------------------------------------ LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial Remotely access PCs and mobile devices and provide instant support Improve your efficiency, and focus on delivering more value-add services Discover what IT Professionals Know. Rescue delivers http://p.sf.net/sfu/logmein_12329d2d _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
