----- "Enlightenment SVN" <[EMAIL PROTECTED]> ha scritto:

> Log:
>   remove the pesky double declaration of this group. miraculously
> fixes the scrollbar issue (yeah, seriously). thanks to raster for
> figuring this out, and making sure that such future errors will not be
> fatal :)

Yeah!!  good work!
dave


>   
> Author:       urandom
> Date:         2008-11-25 15:26:14 -0800 (Tue, 25 Nov 2008)
> New Revision: 37806
> 
> Modified:
>   trunk/etk/data/themes/default/widgets/combobox_entry.edc 
> 
> Modified: trunk/etk/data/themes/default/widgets/combobox_entry.edc
> ===================================================================
> --- trunk/etk/data/themes/default/widgets/combobox_entry.edc
> 2008-11-25 23:18:04 UTC (rev 37805)
> +++ trunk/etk/data/themes/default/widgets/combobox_entry.edc
> 2008-11-25 23:26:14 UTC (rev 37806)
> @@ -325,62 +325,6 @@
>  }
>  
>  group {
> -   name: "etk/entry/cursor";
> -   min: 1 0;
> -   parts {
> -      part {
> -         name: "cursor";
> -         type: RECT;
> -         description {
> -            state: "default" 0.0;
> -            color: 0 0 0 255;
> -            visible: 0;
> -         }
> -         description {
> -            state: "visible" 0.0;
> -            inherit: "default" 0.0;
> -            visible: 1;
> -         }
> -      }
> -   }
> -   programs {
> -      program {
> -         name: "on_cursor_show";
> -         signal:  "etk,action,show,cursor";
> -         source:  "etk";
> -         action: ACTION_STOP;
> -         target: "cursor_show";
> -         target: "cursor_hide";
> -         target: "cursor_show_timer";
> -         target: "cursor_hide_timer";
> -         after: "cursor_show";
> -      }
> -      program {
> -         name: "cursor_show";
> -         action: STATE_SET "visible" 0.0;
> -         target: "cursor";
> -         after: "cursor_show_timer";
> -      }
> -      program {
> -         name: "cursor_hide";
> -         action: STATE_SET "default" 0.0;
> -         target: "cursor";
> -         after: "cursor_hide_timer";
> -      }
> -      program {
> -         name: "cursor_show_timer";
> -         in: 1.0 0.0;
> -         after: "cursor_hide";
> -      }
> -      program {
> -         name: "cursor_hide_timer";
> -         in: 0.25 0.0;
> -         after: "cursor_show";
> -      }
> -   }
> -}
> -
> -group {
>     name: "etk/combobox_entry/entry/selection";
>     data {
>        item: "on_foreground" "1";
> 
> 
> -------------------------------------------------------------------------
> 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-svn mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/enlightenment-svn

-------------------------------------------------------------------------
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
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to