On Tue, Nov 18, 2008 at 7:45 PM, The Rasterman Carsten Haitzler <[EMAIL PROTECTED]> wrote: > On Tue, 18 Nov 2008 08:44:26 -0200 "Gustavo Sverzut Barbieri" > <[EMAIL PROTECTED]> babbled: > >> On Tue, Nov 18, 2008 at 6:45 AM, Enlightenment SVN >> <[EMAIL PROTECTED]> wrote: >> > Log: >> > used new edje calls and fix bugs. >> >> =================================================================== >> > --- trunk/TMP/st/elementary/src/lib/elm_entry.c 2008-11-18 08:45:27 UTC >> > (rev 37700) +++ trunk/TMP/st/elementary/src/lib/elm_entry.c 2008-11-18 >> > 08:45:38 UTC (rev 37701) @@ -30,10 +30,13 @@ >> > static void _signal_entry_cut_notify(void *data, Evas_Object *obj, const >> > char *emission, const char *source); static void _signal_cursor_changed >> > (void *data, Evas_Object *obj, const char *emission, const char *source); >> > >> > +static Eina_List *entries = NULL; >> >> why global?! >> let's avoid them, please. > > and how... do you propose, i "disable all other selections except this one" ? > i > need to have some list of other entries where other selections exist. in the > end you have a global - if by some other name or more complex mechanism. > (don't > have any x selection code currently so i can't rely on some other selection > owner taking the selection event).
ok, so I misunderstood your code. -- Gustavo Sverzut Barbieri http://profusion.mobi embedded systems -------------------------------------- MSN: [EMAIL PROTECTED] Skype: gsbarbieri Mobile: +55 (19) 9225-2202 ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
