Mercurial > audlegacy-plugins
changeset 572:a1d05f2435ae trunk
[svn] - aosd: paranoid fixes
author | giacomo |
---|---|
date | Mon, 29 Jan 2007 07:50:26 -0800 |
parents | 5e9019d528d5 |
children | f574c2c52beb |
files | ChangeLog src/aosd/aosd_cfg.c |
diffstat | 2 files changed, 8 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Mon Jan 29 07:46:29 2007 -0800 +++ b/ChangeLog Mon Jan 29 07:50:26 2007 -0800 @@ -1,3 +1,10 @@ +2007-01-29 15:46:29 +0000 Giacomo Lozito <james@develia.org> + revision [1228] + - aosd: remove other skin_file manipulation + trunk/src/aosd/aosd_cfg.c | 7 ++++++- + 1 file changed, 6 insertions(+), 1 deletion(-) + + 2007-01-29 15:00:45 +0000 Giacomo Lozito <james@develia.org> revision [1226] - aosd: do not try to save skin_file, not implemented yet
--- a/src/aosd/aosd_cfg.c Mon Jan 29 07:46:29 2007 -0800 +++ b/src/aosd/aosd_cfg.c Mon Jan 29 07:50:26 2007 -0800 @@ -93,6 +93,7 @@ aosd_cfg_osd_t *cfg_osd = g_malloc0(sizeof(aosd_cfg_osd_t)); cfg_osd->decoration.colors = g_array_sized_new( FALSE , TRUE , sizeof(aosd_color_t) , aosd_deco_style_get_max_numcol() ); + cfg_osd->decoration.skin_file = NULL; /* TODO paranoid, remove me when implemented */ return cfg_osd; } @@ -264,7 +265,6 @@ "decoration_skin_file" , &(cfg->osd->decoration.skin_file) ) ) cfg->osd->decoration.skin_file = g_strdup( "" ); */ - cfg->osd->decoration.skin_file = NULL; /* decoration - colors */ max_numcol = aosd_deco_style_get_max_numcol();