diff options
Diffstat (limited to 'shell/Evolution-Shortcuts.idl')
-rw-r--r-- | shell/Evolution-Shortcuts.idl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shell/Evolution-Shortcuts.idl b/shell/Evolution-Shortcuts.idl index ffd3a9cf21..cf98f47e36 100644 --- a/shell/Evolution-Shortcuts.idl +++ b/shell/Evolution-Shortcuts.idl @@ -19,6 +19,7 @@ module Evolution { string uri; string name; string type; + string customIconName; }; typedef sequence <Shortcut> ShortcutList; |