diff options
author | Iain Holmes <iain@src.gnome.org> | 2002-06-26 23:12:24 +0800 |
---|---|---|
committer | Iain Holmes <iain@src.gnome.org> | 2002-06-26 23:12:24 +0800 |
commit | 6f679c6c889771b0ca773cf90d2bfde4afd164ee (patch) | |
tree | 0aad039490c852e1b27d8a2f0a55a66837baca12 /shell/Evolution-StorageSetView.idl | |
parent | 65117fc884fdc8772306d97b076807b0ab3998e2 (diff) | |
download | gsoc2013-evolution-6f679c6c889771b0ca773cf90d2bfde4afd164ee.tar.gz gsoc2013-evolution-6f679c6c889771b0ca773cf90d2bfde4afd164ee.tar.zst gsoc2013-evolution-6f679c6c889771b0ca773cf90d2bfde4afd164ee.zip |
Changes for an importer bug and to get the storagesetselector in the summary
svn path=/trunk/; revision=17289
Diffstat (limited to 'shell/Evolution-StorageSetView.idl')
-rw-r--r-- | shell/Evolution-StorageSetView.idl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/shell/Evolution-StorageSetView.idl b/shell/Evolution-StorageSetView.idl index 7ed45a3358..9aca41f6ad 100644 --- a/shell/Evolution-StorageSetView.idl +++ b/shell/Evolution-StorageSetView.idl @@ -14,6 +14,7 @@ module GNOME { module Evolution { interface StorageSetViewListener { void notifyFolderSelected (in string uri); + void notifyFolderToggled (); }; /* FIXME: Maybe we should have a generic Bonobo::Listener interface. */ @@ -24,7 +25,7 @@ module Evolution { attribute boolean showFolders; attribute boolean showCheckboxes; - readonly attribute FolderList checkedFolders; + attribute FolderList checkedFolders; void addListener (in StorageSetViewListener listener) raises (AlreadyListening); |