~cszikszoy/do/do-fix-keybindings

« back to all changes in this revision

Viewing changes to Do.Interface.Linux.Docky/src/Docky.Interface/DockAnimationState.cs

  • Committer: Chris S.
  • Date: 2009-06-18 06:18:12 UTC
  • mfrom: (1107.2.124 trunk)
  • Revision ID: chris@szikszoy.com-20090618061812-8ynmedlxpmvwkwe9
merge trunk & make properties public

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
                Zoom,
35
35
                Bounce,
36
36
                Painter,
 
37
                Summon,
37
38
                IconInsert,
38
39
                UrgencyChanged,
39
40
                InputModeChanged,
78
79
                {
79
80
                        get { 
80
81
                                if (!animation_conditions.ContainsKey (condition))
81
 
                                        throw new Exception (string.Format ("Animation Condition Handler does not contain a condition named {0}", condition));
 
82
                                        return false;
82
83
                                return animation_conditions [condition].Invoke (); 
83
84
                        }
84
85
                }