~matttbe/cairo-dock-plug-ins/mail

« back to all changes in this revision

Viewing changes to Animated-icons/src/applet-config.c

  • Committer: matttbe
  • Date: 2010-11-20 00:36:25 UTC
  • Revision ID: matttbe@gmail.com-20101120003625-7qnczflg96y8cyur
Fixed compîlation error (@fab: Please merge this branch with yours and use all of your files ;) ) 

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
        {
32
32
                myConfig.iEffectsOnMouseOver[i] = -1;
33
33
        }
34
 
        for (j = 0; j < CAIRO_DOCK_NB_GROUPS; j += 2)
 
34
        for (j = 0; j < CAIRO_DOCK_NB_TYPES; j += 2)
35
35
        {
36
36
                for (i = 0; i < CD_ANIMATIONS_NB_EFFECTS; i ++)
37
37
                {