From 828936ced88eb21eb561e3137a0258baf268b842 Mon Sep 17 00:00:00 2001 From: Sung-jae Park Date: Mon, 28 Jan 2013 23:18:27 +0000 Subject: [PATCH] Change the font class to tizen Change-Id: I02ec624bbdfba25bbfa6ce66f1c3fb07e1414ee1 --- packaging/liblivebox-edje.spec | 4 ++-- src/script_port.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packaging/liblivebox-edje.spec b/packaging/liblivebox-edje.spec index 184020c..a717741 100644 --- a/packaging/liblivebox-edje.spec +++ b/packaging/liblivebox-edje.spec @@ -1,8 +1,8 @@ Name: liblivebox-edje Summary: EDJE Script loader for the data provider master -Version: 0.1.19 +Version: 0.1.20 Release: 1 -Group: main/app +Group: framework/livebox License: Flora License Source0: %{name}-%{version}.tar.gz BuildRequires: cmake, gettext-tools, coreutils diff --git a/src/script_port.c b/src/script_port.c index c19db95..9f8ca00 100644 --- a/src/script_port.c +++ b/src/script_port.c @@ -33,7 +33,7 @@ #include "script_port.h" -#define TEXT_CLASS "slp" +#define TEXT_CLASS "tizen" extern void evas_common_font_flush(void); extern int evas_common_font_cache_get(void); -- 2.7.4