Awful commit message format. Doesn't follow our (git's) conventions. -- Tom.
On 29/11/13 23:19, Olaf Conradi wrote: > discomfitor pushed a commit to branch master. > > http://git.enlightenment.org/core/enlightenment.git/commit/?id=39a986aace0f0f2d0b4bacfa80fc5a951254aa68 > > commit 39a986aace0f0f2d0b4bacfa80fc5a951254aa68 > Author: Olaf Conradi <[email protected]> > Date: Fri Nov 29 18:15:25 2013 -0500 > > When changing the gravity setting, one cannot reset it to 0, as the > setting is > not properly shown when reopening the dialog. It's always shown as 0 and > therefore not saveable. > --- > src/modules/physics/e_mod_config.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/src/modules/physics/e_mod_config.c > b/src/modules/physics/e_mod_config.c > index c2dbc44..ace03a9 100644 > --- a/src/modules/physics/e_mod_config.c > +++ b/src/modules/physics/e_mod_config.c > @@ -6,7 +6,7 @@ struct _E_Config_Dialog_Data > { > double delay; /* delay before applying physics */ > double max_mass; /* maximum mass for a window */ > - double gravity; /* maximum mass for a window */ > + double gravity; /* gravity for a window */ > Eina_Bool ignore_fullscreen; > Eina_Bool ignore_maximized; > Eina_Bool ignore_shelves; > @@ -58,6 +58,7 @@ _create_data(E_Config_Dialog *cfd __UNUSED__) > > cfdata->delay = _physics_mod->conf->delay; > cfdata->max_mass = _physics_mod->conf->max_mass; > + cfdata->gravity = _physics_mod->conf->gravity; > > return cfdata; > } > ------------------------------------------------------------------------------ Sponsored by Intel(R) XDK Develop, test and display web and hybrid apps with a single code base. Download it for free now! http://pubads.g.doubleclick.net/gampad/clk?id=111408631&iu=/4140/ostg.clktrk _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
