aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src
diff options
context:
space:
mode:
authorDavid Walter Seikel2014-05-12 06:21:40 +1000
committerDavid Walter Seikel2014-05-12 06:21:40 +1000
commit6faa1e627e9ac786e20669ff911d7bc9374b0413 (patch)
tree8acc560d630e683966dd4c576a0fe6d73313f831 /src
parentMake files and purkle slimmer. (diff)
downloadSledjHamr-6faa1e627e9ac786e20669ff911d7bc9374b0413.zip
SledjHamr-6faa1e627e9ac786e20669ff911d7bc9374b0413.tar.gz
SledjHamr-6faa1e627e9ac786e20669ff911d7bc9374b0413.tar.bz2
SledjHamr-6faa1e627e9ac786e20669ff911d7bc9374b0413.tar.xz
Change WinFang title to marker, since the slider options are borked.
Diffstat (limited to 'src')
-rw-r--r--src/libraries/winFang.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/libraries/winFang.c b/src/libraries/winFang.c
index 560145b..c1f448d 100644
--- a/src/libraries/winFang.c
+++ b/src/libraries/winFang.c
@@ -254,9 +254,8 @@ winFang *winFangAdd(winFang *parent, int x, int y, int w, int h, char *title, ch
254 evas_obj_size_hint_weight_set(EVAS_HINT_EXPAND, EVAS_HINT_EXPAND), 254 evas_obj_size_hint_weight_set(EVAS_HINT_EXPAND, EVAS_HINT_EXPAND),
255 evas_obj_visibility_set(EINA_TRUE) 255 evas_obj_visibility_set(EINA_TRUE)
256 ); 256 );
257 elm_object_style_set(result->title, "slide_bounce"); 257 elm_object_style_set(result->title, "marker");
258 snprintf(buf, PATH_MAX, "<b>%s</b>", title); 258 elm_object_text_set(result->title, title);
259 elm_object_text_set(result->title, buf);
260 elm_object_part_content_set(result->layout, WF_TITLE, result->title); 259 elm_object_part_content_set(result->layout, WF_TITLE, result->title);
261 eo_unref(result->title); 260 eo_unref(result->title);
262 } 261 }