elm: Refactoring. Removed trailing whitespaces.

SVN revision: 61673
This commit is contained in:
Daniel Juyung Seo 2011-07-25 08:48:47 +00:00
parent a3ac1d1ce7
commit 804a13f2dd
4 changed files with 9 additions and 9 deletions

View File

@ -1313,7 +1313,7 @@ _status_config_themes(Evas_Object *win,
{
Theme *t;
int y;
t = calloc(1, sizeof(Theme));
t->name = eina_stringshare_add(th);
s = elm_theme_list_item_path_get(th, &(t->in_search_path));

View File

@ -12928,7 +12928,7 @@ extern "C" {
* @param transit The transit object.
* @param chain_transit The chain transit object.
*
* This function remove the @p chain_transit transition from the @p transit.
* This function remove the @p chain_transit transition from the @p transit.
*
* @ingroup Transit
*/

View File

@ -111,13 +111,13 @@ _del_hook(Evas_Object *obj)
static void
_theme_hook(Evas_Object *obj __UNUSED__)
{
//FIXME:
//FIXME:
}
static void
_disable_hook(Evas_Object *obj __UNUSED__)
{
//FIXME:
//FIXME:
}
static void
@ -434,7 +434,7 @@ elm_naviframe_item_push(Evas_Object *obj, const char *title_label, Evas_Object *
_popped_finished, it);
elm_naviframe_item_style_set(it, item_style);
//title
//title
it->title = edje_object_add(evas_object_evas_get(obj));
elm_widget_sub_object_add(obj, it->title);
_elm_theme_object_set(obj,
@ -448,7 +448,7 @@ elm_naviframe_item_push(Evas_Object *obj, const char *title_label, Evas_Object *
elm_naviframe_item_title_label_set(it, title_label);
//title buttons
//title buttons
if ((!prev_btn) && (eina_list_count(wd->stack)))
{
prev_btn = _back_btn_new(obj);

View File

@ -203,7 +203,7 @@ _conformant_part_sizing_eval(Evas_Object *obj, Conformant_Part_Type part_type)
if (part_type & ELM_CONFORM_INDICATOR_PART)
{
if ((!_conformant_part_geometry_env_get("ILLUME_IND",
&sx, &sy, &sw, &sh)) && (xwin))
&sx, &sy, &sw, &sh)) && (xwin))
{
#ifdef HAVE_ELEMENTARY_X
ecore_x_e_illume_indicator_geometry_get(zone, &sx, &sy, &sw, &sh);
@ -216,7 +216,7 @@ _conformant_part_sizing_eval(Evas_Object *obj, Conformant_Part_Type part_type)
if (part_type & ELM_CONFORM_VIRTUAL_KEYPAD_PART)
{
if ((!_conformant_part_geometry_env_get("ILLUME_KBD",
&sx, &sy, &sw, &sh)) && (xwin))
&sx, &sy, &sw, &sh)) && (xwin))
{
#ifdef HAVE_ELEMENTARY_X
ecore_x_e_illume_keyboard_geometry_get(zone, &sx, &sy, &sw, &sh);
@ -229,7 +229,7 @@ _conformant_part_sizing_eval(Evas_Object *obj, Conformant_Part_Type part_type)
if (part_type & ELM_CONFORM_SOFTKEY_PART)
{
if ((!_conformant_part_geometry_env_get("ILLUME_STK",
&sx, &sy, &sw, &sh)) && (xwin))
&sx, &sy, &sw, &sh)) && (xwin))
{
#ifdef HAVE_ELEMENTARY_X
ecore_x_e_illume_softkey_geometry_get(zone, &sx, &sy, &sw, &sh);