platform/upstream/elementary.git
14 years agoElm slideshow : fix item_del
Jonathan Atton [Tue, 22 Dec 2009 09:34:29 +0000 (09:34 +0000)]
Elm slideshow : fix item_del

SVN revision: 44644

14 years agoElm map : * do not display a bubble if the content is empty
Jonathan Atton [Mon, 21 Dec 2009 17:01:19 +0000 (17:01 +0000)]
Elm map : * do not display a bubble if the content is empty
* use a different temp dir for each map

SVN revision: 44634

14 years agofix licence on default theme. it is intended to be PD really
Carsten Haitzler [Mon, 21 Dec 2009 02:55:31 +0000 (02:55 +0000)]
fix licence on default theme. it is intended to be PD really

SVN revision: 44618

14 years agoElm map : add a method to hide the markers of a group's class
Jonathan Atton [Sun, 20 Dec 2009 20:40:55 +0000 (20:40 +0000)]
Elm map : add a method to hide the markers of a group's class

SVN revision: 44615

14 years agoElm map : we can tell to a group class to not group the items if the zoom si greater...
Jonathan Atton [Sun, 20 Dec 2009 18:48:31 +0000 (18:48 +0000)]
Elm map : we can tell to a group class to not group the items if the zoom si greater than zoom_grouped

SVN revision: 44613

14 years agoElm map :
Jonathan Atton [Sun, 20 Dec 2009 16:34:45 +0000 (16:34 +0000)]
Elm map :
* now we have 2 class : 1 for the marker and 1 for the group. When a marker is "alone", the class of the marker is used, if it is grouped with others markers, the class of the group is used.
* markers with the same class are grouped. If 2 markers do not have the same class they are not grouped.
* an icon can be set by the user for a single marker or a class
* the theme have 3 different markers/groups : radio, radio2 and empty (only the numbers of markers and the icon are displayed)
* we can specify to display a group's class only for a zoom >= to a value. It means a marker of this group is not displayed for a zoom < to this value.
* off course we have new bugs too :)

SVN revision: 44610

14 years agoIcon parser check if it was successfuly set and if not deletes the icon.
Gustavo Sverzut Barbieri [Sun, 20 Dec 2009 00:28:02 +0000 (00:28 +0000)]
Icon parser check if it was successfuly set and if not deletes the icon.

that's the end of that ugly space in editje button.

SVN revision: 44589

14 years agochange .h.in as well :-(
Gustavo Sverzut Barbieri [Sun, 20 Dec 2009 00:27:19 +0000 (00:27 +0000)]
change .h.in as well :-(

SVN revision: 44588

14 years agoReturn if standard icon was really set (ie: exists) or not.
Gustavo Sverzut Barbieri [Sun, 20 Dec 2009 00:26:12 +0000 (00:26 +0000)]
Return if standard icon was really set (ie: exists) or not.

SVN revision: 44587

14 years agouse ecore_file_remove() instead of remove()
Vincent Torri [Sat, 19 Dec 2009 19:12:08 +0000 (19:12 +0000)]
use ecore_file_remove() instead of remove()

SVN revision: 44579

14 years agofix warnings
Vincent Torri [Sat, 19 Dec 2009 13:55:08 +0000 (13:55 +0000)]
fix warnings

SVN revision: 44575

14 years agoElm map: add poused_markers, if true the markers are not displayed while the zoom...
Jonathan Atton [Fri, 18 Dec 2009 21:28:06 +0000 (21:28 +0000)]
Elm map: add poused_markers, if true the markers are not displayed while the zoom animation.

SVN revision: 44555

14 years agoAllow unbinding radio groups by passing NULL
Iván Briano [Fri, 18 Dec 2009 20:21:39 +0000 (20:21 +0000)]
Allow unbinding radio groups by passing NULL

SVN revision: 44554

14 years agoElm map : the text no more fit in the marker (this is so sloowww) and some minors...
Jonathan Atton [Fri, 18 Dec 2009 20:16:37 +0000 (20:16 +0000)]
Elm map : the text no more fit in the marker (this is so sloowww) and some minors improvements

SVN revision: 44553

14 years agoelm map : check if the matrixsparse exits
Jonathan Atton [Fri, 18 Dec 2009 18:30:28 +0000 (18:30 +0000)]
elm map : check if the matrixsparse exits

SVN revision: 44552

14 years agoElm map : fix elm_map_marker_remove() and when a marker is added in a dispalyed group...
Jonathan Atton [Fri, 18 Dec 2009 18:24:56 +0000 (18:24 +0000)]
Elm map : fix elm_map_marker_remove() and when a marker is added in a dispalyed group -> update the bubble

SVN revision: 44551

14 years agoElm map : increase the speed when marker are updated
Jonathan Atton [Fri, 18 Dec 2009 17:45:47 +0000 (17:45 +0000)]
Elm map : increase the speed when marker are updated

SVN revision: 44549

14 years agoElm map : Put the evas_object which represent a marker in a cache to avoid create...
Jonathan Atton [Fri, 18 Dec 2009 17:00:01 +0000 (17:00 +0000)]
Elm map : Put the evas_object which represent a marker in a cache to avoid create/delete the objects when the zoom change.

SVN revision: 44546

14 years agoElm map : replace the list of markers by a matrixsparse (1 cell per region), this...
Jonathan Atton [Fri, 18 Dec 2009 14:28:36 +0000 (14:28 +0000)]
Elm map : replace the list of markers by a matrixsparse (1 cell per region), this way we can have a lot of markers (10k+)))

SVN revision: 44545

14 years agoadd more bounce controls
Carsten Haitzler [Fri, 18 Dec 2009 02:30:01 +0000 (02:30 +0000)]
add more bounce controls

SVN revision: 44533

14 years agoFix signal typo
Christopher Michael [Fri, 18 Dec 2009 01:22:22 +0000 (01:22 +0000)]
Fix signal typo

SVN revision: 44532

14 years agosupport more vkbd states in elm
Carsten Haitzler [Tue, 15 Dec 2009 06:38:32 +0000 (06:38 +0000)]
support more vkbd states in elm

SVN revision: 44471

14 years agoformatting
Iván Briano [Mon, 14 Dec 2009 18:30:32 +0000 (18:30 +0000)]
formatting

SVN revision: 44448

14 years agoFix variables not defined as static. Patch from Nicolas Aguirre
Christopher Michael [Sun, 13 Dec 2009 23:25:31 +0000 (23:25 +0000)]
Fix variables not defined as static. Patch from Nicolas Aguirre

SVN revision: 44435

14 years agoimprove configure output
Vincent Torri [Fri, 11 Dec 2009 10:58:10 +0000 (10:58 +0000)]
improve configure output

SVN revision: 44365

14 years agoflip widget! first go at it and still primitive. will expand! for flipping
Carsten Haitzler [Fri, 11 Dec 2009 08:12:58 +0000 (08:12 +0000)]
flip widget! first go at it and still primitive. will expand! for flipping
between 2 bits of content (front and back).

SVN revision: 44352

14 years agoScrolled entry, first step.
Iván Briano [Fri, 11 Dec 2009 05:57:53 +0000 (05:57 +0000)]
Scrolled entry, first step.

This is a compound widget that puts an entry inside a scroller,
so the user doesn't have to manage that stuff. Still needs some
more exposure of the scroller stuff and probably some automatizations.

SVN revision: 44349

14 years agoRemove whitespace.
Christopher Michael [Thu, 10 Dec 2009 17:25:04 +0000 (17:25 +0000)]
Remove whitespace.
Make flip dialog have a decent size so at least the window appears.

SVN revision: 44342

14 years agopatch from luis moraes to fix list deleted macro checks
Carsten Haitzler [Wed, 9 Dec 2009 21:54:06 +0000 (21:54 +0000)]
patch from luis moraes to fix list deleted macro checks

SVN revision: 44325

14 years agouse bool type where it makes sense
Iván Briano [Wed, 9 Dec 2009 06:53:37 +0000 (06:53 +0000)]
use bool type where it makes sense

SVN revision: 44310

14 years agoreenable parameters
Iván Briano [Wed, 9 Dec 2009 05:22:38 +0000 (05:22 +0000)]
reenable parameters

SVN revision: 44304

14 years agostyle, better parsing, some parameter names changed
Iván Briano [Wed, 9 Dec 2009 04:37:48 +0000 (04:37 +0000)]
style, better parsing, some parameter names changed

SVN revision: 44302

14 years agouse correct types for parameters
Iván Briano [Wed, 9 Dec 2009 02:37:20 +0000 (02:37 +0000)]
use correct types for parameters

SVN revision: 44297

14 years agodisable - compile errors - NAN for those macros!
Carsten Haitzler [Tue, 8 Dec 2009 13:53:38 +0000 (13:53 +0000)]
disable - compile errors - NAN for those macros!

SVN revision: 44278

14 years agoRename some parametes, use defaults, use info
Iván Briano [Tue, 8 Dec 2009 05:53:12 +0000 (05:53 +0000)]
Rename some parametes, use defaults, use info

SVN revision: 44274

14 years agoState is not a common parameter
Iván Briano [Tue, 8 Dec 2009 04:57:39 +0000 (04:57 +0000)]
State is not a common parameter

patch by Fabiano Fidencio

SVN revision: 44273

14 years agolayout sizing eval call - plus generic singal
Carsten Haitzler [Tue, 8 Dec 2009 04:41:02 +0000 (04:41 +0000)]
layout sizing eval call - plus generic singal

SVN revision: 44272

14 years agouse right name for the module
Iván Briano [Tue, 8 Dec 2009 01:35:15 +0000 (01:35 +0000)]
use right name for the module

SVN revision: 44270

14 years agoFix nasty formatting.
Christopher Michael [Mon, 7 Dec 2009 18:05:04 +0000 (18:05 +0000)]
Fix nasty formatting.
Don't segfault if map cannot be created when launching test_map.

SVN revision: 44253

14 years agofix swallows to happen after u added hint change cb
Carsten Haitzler [Mon, 7 Dec 2009 14:19:20 +0000 (14:19 +0000)]
fix swallows to happen after u added hint change cb

SVN revision: 44245

14 years agoElementary edje external modules
Tiago Rezende Campos Falcao [Sun, 6 Dec 2009 01:22:54 +0000 (01:22 +0000)]
Elementary edje external modules

Widgets: Button, Check, Radio, Slider, Toggle

SVN revision: 44207

14 years agooops - fix. longpress cb always shoudl work. just menu go away.
Carsten Haitzler [Thu, 3 Dec 2009 22:26:37 +0000 (22:26 +0000)]
oops - fix. longpress cb always shoudl work. just menu go away.

SVN revision: 44178

14 years agobaack to normal pre- release name now
Carsten Haitzler [Wed, 2 Dec 2009 22:50:36 +0000 (22:50 +0000)]
baack to normal pre- release name now

SVN revision: 44146

14 years agoquick make svnrev that has right release names
Carsten Haitzler [Wed, 2 Dec 2009 22:19:53 +0000 (22:19 +0000)]
quick make svnrev that has right release names

SVN revision: 44140

14 years agofix couple of list issues while deleting during item usage.
Gustavo Sverzut Barbieri [Wed, 2 Dec 2009 18:59:41 +0000 (18:59 +0000)]
fix couple of list issues while deleting during item usage.

now list marks itself as "walking" every time it's usign wd->items,
this way any call to clear or deletion (elm_list_item_del()) will be
postponed using the wd->to_delete list.

please let me know of any bugs you may find.

SVN revision: 44124

14 years agoand back to a pre-svn sonme after snap
Carsten Haitzler [Wed, 2 Dec 2009 08:07:38 +0000 (08:07 +0000)]
and back to a pre-svn sonme after snap

SVN revision: 44118

14 years agoaaah bah - move to 05 not 04
Carsten Haitzler [Wed, 2 Dec 2009 07:40:59 +0000 (07:40 +0000)]
aaah bah - move to 05 not 04

SVN revision: 44116

14 years agoasparagus - finally
Carsten Haitzler [Wed, 2 Dec 2009 07:22:35 +0000 (07:22 +0000)]
asparagus - finally

SVN revision: 44113

14 years agooops, edited .h and not .h.in
Gustavo Sverzut Barbieri [Tue, 1 Dec 2009 13:50:22 +0000 (13:50 +0000)]
oops, edited .h and not .h.in

SVN revision: 44095

14 years agoelm_policy_set() and friends. easy way to quit app when last window is closed.
Gustavo Sverzut Barbieri [Tue, 1 Dec 2009 13:32:48 +0000 (13:32 +0000)]
elm_policy_set() and friends. easy way to quit app when last window is closed.

SVN revision: 44090

14 years agouse all dem cursor api's... and module it up bro
Carsten Haitzler [Tue, 1 Dec 2009 11:03:14 +0000 (11:03 +0000)]
use all dem cursor api's... and module it up bro

SVN revision: 44088

14 years agoformatting
Vincent Torri [Sun, 29 Nov 2009 16:12:00 +0000 (16:12 +0000)]
formatting

SVN revision: 44045

14 years agosolaris OSes are UNIX OSes
Vincent Torri [Sun, 29 Nov 2009 16:10:40 +0000 (16:10 +0000)]
solaris OSes are UNIX OSes

SVN revision: 44044

14 years agoelm_object_scale_set() returns nothing
Vincent Torri [Sun, 29 Nov 2009 16:02:05 +0000 (16:02 +0000)]
elm_object_scale_set() returns nothing

SVN revision: 44043

14 years agoelm_list: Call the callbacks _last_. Saves segv when the user deletes stuff.
Brett Nash [Sun, 29 Nov 2009 00:01:13 +0000 (00:01 +0000)]
elm_list: Call the callbacks _last_.  Saves segv when the user deletes stuff.

SVN revision: 44037

14 years agoelm_list: Delete the timer when deleting an item.
Brett Nash [Sat, 28 Nov 2009 23:57:54 +0000 (23:57 +0000)]
elm_list: Delete the timer when deleting an item.

SVN revision: 44036

14 years agoand build.. if u dont have eweather! test guys... test! be careful!
Carsten Haitzler [Thu, 26 Nov 2009 06:57:28 +0000 (06:57 +0000)]
and build.. if u dont have eweather! test guys... test! be careful!

SVN revision: 43996

14 years agocomment++
Carsten Haitzler [Thu, 26 Nov 2009 06:16:07 +0000 (06:16 +0000)]
comment++

SVN revision: 43995

14 years agoTemp fix for genlist horizontal resize lag by commenting out
Christopher Michael [Wed, 25 Nov 2009 21:14:37 +0000 (21:14 +0000)]
Temp fix for genlist horizontal resize lag by commenting out
horizontal_mode_set(ELM_LIST_LIMIT).

SVN revision: 43994

14 years agoElm menu, slideshow and notify: remove warnings
Jonathan Atton [Wed, 25 Nov 2009 21:06:23 +0000 (21:06 +0000)]
Elm menu, slideshow and notify: remove warnings

SVN revision: 43993

14 years agoElm map: remove warnings
Jonathan Atton [Wed, 25 Nov 2009 20:51:28 +0000 (20:51 +0000)]
Elm map: remove warnings

SVN revision: 43990

14 years agoElm test : add eweather.
Jonathan Atton [Wed, 25 Nov 2009 20:37:53 +0000 (20:37 +0000)]
Elm test : add eweather.

SVN revision: 43988

14 years agoElm map: when we delete a marker, if the group is empty -> delete it
Jonathan Atton [Wed, 25 Nov 2009 13:21:02 +0000 (13:21 +0000)]
Elm map: when we delete a marker, if the group is empty -> delete it

SVN revision: 43972

14 years agoElm map: close the bubble, do not destroy the marker object.
Jonathan Atton [Sun, 22 Nov 2009 10:15:12 +0000 (10:15 +0000)]
Elm map: close the bubble, do not destroy the marker object.

SVN revision: 43893

14 years agofix some freeze issues with scroller.
Carsten Haitzler [Sun, 22 Nov 2009 06:25:10 +0000 (06:25 +0000)]
fix some freeze issues with scroller.

SVN revision: 43887

14 years agoElm map : add elm_map_bubbles_close()
Jonathan Atton [Sat, 21 Nov 2009 22:38:07 +0000 (22:38 +0000)]
Elm map : add elm_map_bubbles_close()

SVN revision: 43883

14 years agoelementary: add del_cb to toolbar items
Boris Faure [Sat, 21 Nov 2009 16:21:35 +0000 (16:21 +0000)]
elementary: add del_cb to toolbar items

SVN revision: 43862

14 years ago * elementary: Fix make dist.
Cedric BAIL [Fri, 20 Nov 2009 11:39:55 +0000 (11:39 +0000)]
* elementary: Fix make dist.

SVN revision: 43820

14 years agoElm map : add new methods like delete a marker, display a list of markers ....
Jonathan Atton [Wed, 18 Nov 2009 21:07:01 +0000 (21:07 +0000)]
Elm map : add new methods like delete a marker, display a list of markers ....

SVN revision: 43791

14 years agodont use class -> clas. c++!
Carsten Haitzler [Wed, 18 Nov 2009 10:59:17 +0000 (10:59 +0000)]
dont use class -> clas. c++!

SVN revision: 43776

14 years agoTreviño's patch for genlist compress mode - from tac bug #308
Carsten Haitzler [Wed, 18 Nov 2009 03:09:04 +0000 (03:09 +0000)]
Treviño's patch for genlist compress mode - from tac bug #308

SVN revision: 43766

14 years agoElm map test : add zoom with the mouse wheel
Jonathan Atton [Tue, 17 Nov 2009 19:05:59 +0000 (19:05 +0000)]
Elm map test : add zoom with the mouse wheel

SVN revision: 43755

14 years agoelm_layout: deferred sizing_eval to calculate (pre-render) phase.
Gustavo Sverzut Barbieri [Tue, 17 Nov 2009 16:32:45 +0000 (16:32 +0000)]
elm_layout: deferred sizing_eval to calculate (pre-render) phase.

This plays well with edje's own deferred calculations. Usually size
hints are set on children and edje will flag itself as dirty, but real
calculations are deferred to "calculate" phase before rendering.

For now this unbreaks elm_layout with contents... but other types such
as GROUP, BOX and TABLE remain broken: when they change their internal
state (ie: child object is packed into box or table), this will not
trigger elm_layout.

That said, we need a better solution. Maybe ask edje to emit signals
when one of its children change hints (it already listen to this
anyway), in this case elm_layout should listen to those instead of
connecting directly to objects given through elm_layout_content_set().

SVN revision: 43752

14 years agoElm Photocam : Fix the zoom.
Jonathan Atton [Tue, 17 Nov 2009 15:55:59 +0000 (15:55 +0000)]
Elm Photocam : Fix the zoom.

SVN revision: 43751

14 years agoElm map : Fix the zoom (need to be fixed in photocam too). Everything seems working...
Jonathan Atton [Tue, 17 Nov 2009 15:44:11 +0000 (15:44 +0000)]
Elm map : Fix the zoom (need to be fixed in photocam too). Everything seems working fine now

SVN revision: 43750

14 years agoElm map : the height of the bubble is equals to the height of the content
Jonathan Atton [Mon, 16 Nov 2009 21:32:33 +0000 (21:32 +0000)]
Elm map : the height of the bubble is equals to the height of the content

SVN revision: 43743

14 years agoElm map: remove curl_easy_error()
Jonathan Atton [Sun, 15 Nov 2009 23:10:31 +0000 (23:10 +0000)]
Elm map: remove curl_easy_error()

SVN revision: 43722

14 years agoElm map : zoom is centred to the coordinate show/bring in. Focus the zoom on a specif...
Jonathan Atton [Sun, 15 Nov 2009 21:36:44 +0000 (21:36 +0000)]
Elm map : zoom is centred to the coordinate show/bring in. Focus the zoom on a specific geographic coordinate and a classic coordinate (x,y) is not the same because the zoom increase/decrease the precision.

SVN revision: 43717

14 years agoElm map: improvements in the theme. Double clic on a marker bring it to the center
Jonathan Atton [Sun, 15 Nov 2009 19:52:07 +0000 (19:52 +0000)]
Elm map: improvements in the theme. Double clic on a marker bring it to the center

SVN revision: 43715

14 years agoPanel working nicely now, tho still one issue (content does not initially
Christopher Michael [Sun, 15 Nov 2009 17:29:22 +0000 (17:29 +0000)]
Panel working nicely now, tho still one issue (content does not initially
show until you resize the window/panel. Not sure why)

SVN revision: 43714

14 years agoElm map : fix bubble theme
Jonathan Atton [Sun, 15 Nov 2009 16:24:02 +0000 (16:24 +0000)]
Elm map : fix bubble theme

SVN revision: 43713

14 years agoRevert back to old panel code for now. This will get fixed someday, time
Christopher Michael [Sun, 15 Nov 2009 16:14:51 +0000 (16:14 +0000)]
Revert back to old panel code for now. This will get fixed someday, time
permitting.

SVN revision: 43712

14 years agoFix variable declarations for naughty compilers.
Christopher Michael [Sun, 15 Nov 2009 16:03:52 +0000 (16:03 +0000)]
Fix variable declarations for naughty compilers.

SVN revision: 43711

14 years agoElm map : add the markers
Jonathan Atton [Sun, 15 Nov 2009 15:53:37 +0000 (15:53 +0000)]
Elm map : add the markers

SVN revision: 43710

14 years agoand actually testing your compiling links helps too... before you commit!
Carsten Haitzler [Sun, 15 Nov 2009 14:10:20 +0000 (14:10 +0000)]
and actually testing your compiling links helps too... before you commit!

SVN revision: 43708

14 years agocompiling before u commit is a good idea
Carsten Haitzler [Sun, 15 Nov 2009 14:06:38 +0000 (14:06 +0000)]
compiling before u commit is a good idea

SVN revision: 43707

14 years agoMore panel work.
Christopher Michael [Sun, 15 Nov 2009 01:54:24 +0000 (01:54 +0000)]
More panel work.

SVN revision: 43700

14 years agoRework panel code to be more like toolbar (not complete yet)
Christopher Michael [Sun, 15 Nov 2009 01:53:46 +0000 (01:53 +0000)]
Rework panel code to be more like toolbar (not complete yet)

SVN revision: 43699

14 years agoUse EVAS_HINT_EXPAND/FILL.
Christopher Michael [Sun, 15 Nov 2009 01:53:08 +0000 (01:53 +0000)]
Use EVAS_HINT_EXPAND/FILL.

SVN revision: 43698

14 years agoFormatting.
Christopher Michael [Sun, 15 Nov 2009 01:52:53 +0000 (01:52 +0000)]
Formatting.

SVN revision: 43697

14 years agoAdd missing function prototypes.
Christopher Michael [Sun, 15 Nov 2009 01:52:40 +0000 (01:52 +0000)]
Add missing function prototypes.

SVN revision: 43696

14 years agoSet edje frametime once during init
Christopher Michael [Sun, 15 Nov 2009 01:52:25 +0000 (01:52 +0000)]
Set edje frametime once during init
Set edje scale once during init.

SVN revision: 43695

14 years agoFormatting.
Christopher Michael [Sun, 15 Nov 2009 01:51:39 +0000 (01:51 +0000)]
Formatting.
Reduce potential register usage.
No need to always set edje frametime when creating a window (NB: This was
getting done for every window)
No need to always set edje scale when creating a window (NB: This was
getting done for every window)
Don't need to get the Widget_Data in changed_size_hints as it's not used.
Use EVAS_HINT_EXPAND/FILL

SVN revision: 43694

14 years agoElm map : some fixs
Jonathan Atton [Sat, 14 Nov 2009 15:30:03 +0000 (15:30 +0000)]
Elm map : some fixs

SVN revision: 43692

14 years agoElm Map : some fix. "Show paris" wich is a zoom to 18 segv.
Jonathan Atton [Sat, 14 Nov 2009 13:58:22 +0000 (13:58 +0000)]
Elm Map : some fix. "Show paris" wich is a zoom to 18 segv.

SVN revision: 43690

14 years agosorry, forgot to add
Andreas Volz [Fri, 13 Nov 2009 22:37:34 +0000 (22:37 +0000)]
sorry, forgot to add

SVN revision: 43684

14 years agodocument spinner style vertical
Andreas Volz [Fri, 13 Nov 2009 22:27:06 +0000 (22:27 +0000)]
document spinner style vertical

SVN revision: 43683

14 years agofix valgrind reported problems.
Gustavo Sverzut Barbieri [Fri, 13 Nov 2009 22:22:05 +0000 (22:22 +0000)]
fix valgrind reported problems.

GENERAL WARNING:

do NOT delete sub-objects (elm_widget_sub_object_add) or resize object
(elm_widget_resize_object_set) from del_hook()!! These are deleted
automatically before this function is called, thus you might double
free.

Fixed all occurrences I've spotted with valgrind. Please do not add more :-)

SVN revision: 43682

14 years agonasty bug, die die dieeeeeeeeeeeeee
Gustavo Sverzut Barbieri [Fri, 13 Nov 2009 22:18:43 +0000 (22:18 +0000)]
nasty bug, die die dieeeeeeeeeeeeee

took me some time to spot the problem was in the nasty typo... :-(

SVN revision: 43681

14 years agolet's save some function calls.
Gustavo Sverzut Barbieri [Fri, 13 Nov 2009 22:18:01 +0000 (22:18 +0000)]
let's save some function calls.

Actually those should not be multiple calls on GCC that supports
functions attributes, but it does not hurt and code is a bit smaller
and easier to read.

SVN revision: 43680