Enlightenment CVS committal

Author  : moom
Project : e17
Module  : proto

Dir     : e17/proto/etk/src/lib


Modified Files:
        etk_textblock.c 


Log Message:
* [Textblock] Fix the <style> tag


===================================================================
RCS file: /cvs/e/e17/proto/etk/src/lib/etk_textblock.c,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -3 -r1.25 -r1.26
--- etk_textblock.c     27 Jul 2006 00:40:40 -0000      1.25
+++ etk_textblock.c     4 Aug 2006 19:58:49 -0000       1.26
@@ -3149,8 +3149,10 @@
                case ETK_TEXTBLOCK_STYLE_SOFT_SHADOW:
                case ETK_TEXTBLOCK_STYLE_FAR_SOFT_SHADOW:
                   fmt_str = etk_string_set(fmt_str, "+ shadow_color=");
+                  break;
                case ETK_TEXTBLOCK_STYLE_GLOW:
-                  fmt_str = etk_string_set(fmt_str, "+ glow_color1=");
+                  fmt_str = etk_string_set(fmt_str, "+ glow_color=");
+                  break;
                default:
                   append_color = ETK_FALSE;
                   break;
@@ -3178,6 +3180,7 @@
                   break;
                case ETK_TEXTBLOCK_STYLE_GLOW:
                   fmt_str = etk_string_set(fmt_str, "+ glow_color2=");
+                  break;
                default:
                   append_color = ETK_FALSE;
                   break;



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to