seoz pushed a commit to branch master.

http://git.enlightenment.org/tools/elm-theme-viewer.git/commit/?id=e5004bb2369f15d8c7612d2c4f7afb322ac78521

commit e5004bb2369f15d8c7612d2c4f7afb322ac78521
Author: Daniel Juyung Seo <seojuyu...@gmail.com>
Date:   Thu Mar 20 04:26:52 2014 +0900

    bubble: show bubble style name correctly.
---
 src/bin/widget_style.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/bin/widget_style.c b/src/bin/widget_style.c
index 5b7aae7..faa23bb 100644
--- a/src/bin/widget_style.c
+++ b/src/bin/widget_style.c
@@ -92,6 +92,8 @@ widget_style_filter(Widget_Type type, const char *orig_style)
          break;
 
       case ETV_ID_BUBBLE:
+         style = _style_split_2(orig_style);
+         break;
       case ETV_ID_CLOCK:
       case ETV_ID_COLORSELECTOR:
       case ETV_ID_CTXPOPUP:

-- 


Reply via email to