Skip to content

Commit

Permalink
aosd: Actually make use of default settings.
Browse files Browse the repository at this point in the history
  • Loading branch information
jlindgren90 committed Jun 2, 2012
1 parent e6cd3f1 commit 092fc7c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/aosd/aosd_cfg.c
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,8 @@ static const gchar * const aosd_defaults[] = {
gint
aosd_cfg_load ( aosd_cfg_t * cfg )
{
aud_config_set_defaults ("aosd", aosd_defaults);

gint i = 0;
gint max_numcol;
gchar *trig_active_str;
Expand Down

0 comments on commit 092fc7c

Please sign in to comment.