On 02/01/12 21:33, Enlightenment SVN wrote: > Log: > [elementary/elm_entry] Were these signals(copy, cut) intentionally > deleted? Anyway ~ I added them becasue they were there :) > I can not (at this time) see how this hurts things. Let it in.
More avenue for themes to work maybe? Cannot hurt to have some EVas callbacks... dh > > Author: woohyun > Date: 2012-02-01 18:33:14 -0800 (Wed, 01 Feb 2012) > New Revision: 67684 > Trac: http://trac.enlightenment.org/e/changeset/67684 > > Modified: > trunk/elementary/src/lib/elm_entry.c > > Modified: trunk/elementary/src/lib/elm_entry.c > =================================================================== > --- trunk/elementary/src/lib/elm_entry.c 2012-02-01 22:03:47 UTC (rev > 67683) > +++ trunk/elementary/src/lib/elm_entry.c 2012-02-02 02:33:14 UTC (rev > 67684) > @@ -1649,12 +1649,14 @@ > static void > _signal_entry_copy_notify(void *data, Evas_Object *obj __UNUSED__, const > char *emission __UNUSED__, const char *source __UNUSED__) > { > + evas_object_smart_callback_call(data, SIG_SELECTION_COPY, NULL); > _copy(data, NULL, NULL); > } > > static void > _signal_entry_cut_notify(void *data, Evas_Object *obj __UNUSED__, const > char *emission __UNUSED__, const char *source __UNUSED__) > { > + evas_object_smart_callback_call(data, SIG_SELECTION_CUT, NULL); > _cut(data, NULL, NULL); > } > > > ------------------------------------------------------------------------------ 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
