diff options
Diffstat (limited to 'shell/Evolution-Shell.idl')
-rw-r--r-- | shell/Evolution-Shell.idl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shell/Evolution-Shell.idl b/shell/Evolution-Shell.idl index 49875ea95a..d39ec8edeb 100644 --- a/shell/Evolution-Shell.idl +++ b/shell/Evolution-Shell.idl @@ -30,6 +30,7 @@ module Evolution { /* Should really use a ComponentView i guess */ void setTitle(in string component, in string title); void setComponent(in string component); + void setButtonIcon(in string component, in string iconName); }; interface Shell : Bonobo::Unknown { |