Elementary lib: Removed trailing whitespaces except for flip.

SVN revision: 59796
This commit is contained in:
Daniel Juyung Seo 2011-05-30 02:31:21 +00:00
parent 9d24a639c6
commit eeaf9ea360
3 changed files with 6 additions and 6 deletions

View File

@ -937,7 +937,7 @@ static void
_item_del(Elm_Genlist_Item *it)
{
Evas_Object *tob = it->wd->obj;
evas_event_freeze(evas_object_evas_get(tob));
elm_widget_item_pre_notify_del(it);
elm_genlist_item_subitems_clear(it);
@ -1553,7 +1553,7 @@ _mode_finished_signal_cb(void *data,
Elm_Genlist_Item *it = data;
if ((it->delete_me) || (!it->realized) || (!it->mode_view)) return;
char buf[1024];
evas_event_freeze(evas_object_evas_get(obj));
it->nocache = EINA_FALSE;
_mode_item_unrealize(it);
@ -2443,7 +2443,7 @@ _update_job(void *data)
if (!wd) return;
wd->update_job = NULL;
num = 0;
evas_event_freeze(evas_object_evas_get(wd->obj));
EINA_INLIST_FOREACH(wd->blocks, itb)
{

View File

@ -603,7 +603,7 @@ elm_transit_object_add(Elm_Transit *transit, Evas_Object *obj)
Elm_Obj_Data *obj_data;
Eina_List * list;
//TODO: Check the remove case of the same objects in this transit.
//TODO: Check the remove case of the same objects in this transit.
obj_data = ELM_NEW(Elm_Obj_Data);
obj_data->pass_events = evas_object_pass_events_get(obj);
if (!transit->event_enabled)
@ -1075,7 +1075,7 @@ elm_transit_objects_final_state_keep_get(const Elm_Transit *transit)
* @note @p chain_transit can not be NULL. Chain transits could be chained to the only one transit.
*
* @param transit The transit object.
* @param chain_transit The chain transit object. This transit will be operated
* @param chain_transit The chain transit object. This transit will be operated
* after transit is done.
*
* @ingroup Transit

View File

@ -69,7 +69,7 @@ _els_box_layout(Evas_Object *o, Evas_Object_Box_Data *priv, int horizontal, int
evas_object_size_hint_min_get(o, &minw, &minh);
evas_object_size_hint_align_get(o, &ax, &ay);
count = eina_list_count(priv->children);
if (w < minw)
{
x = x + ((w - minw) * (1.0 - ax));