diff options
author | Shakti Sen <shprasad@blr.novell.com> | 2005-08-02 22:37:59 +0800 |
---|---|---|
committer | Shakti Prasad Sen <shaktis@src.gnome.org> | 2005-08-02 22:37:59 +0800 |
commit | 44a81b14be6513a90cc71a2e425233cd5f17d9fe (patch) | |
tree | 36cb6d604a01e6eb37e92422f97e166ddb1887b1 /plugins/exchange-operations/exchange-permissions-dialog.c | |
parent | 5739bae429a2743066ad644dc9d32f1d8021e6da (diff) | |
download | gsoc2013-evolution-44a81b14be6513a90cc71a2e425233cd5f17d9fe.tar.gz gsoc2013-evolution-44a81b14be6513a90cc71a2e425233cd5f17d9fe.tar.zst gsoc2013-evolution-44a81b14be6513a90cc71a2e425233cd5f17d9fe.zip |
Included 'calendar' in INCLUDES and some .la in
2005-08-02 Shakti Sen <shprasad@blr.novell.com>
* Makefile.am: Included 'calendar' in INCLUDES and some .la in
'liborg_gnome_exchange_operations_la_LIBADD'
* exchange-folder-permission.c: Added the functionality for
'File->Permissions' menu-item for Calendar, Tasks and Contacts.
* exchange-permissions-dialog.c (exchange_permissions_dialog_new):
Takes care of 'folder' is not-null.
Fixes bug #231968.
svn path=/trunk/; revision=29958
Diffstat (limited to 'plugins/exchange-operations/exchange-permissions-dialog.c')
-rw-r--r-- | plugins/exchange-operations/exchange-permissions-dialog.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/exchange-operations/exchange-permissions-dialog.c b/plugins/exchange-operations/exchange-permissions-dialog.c index 923f0ebae8..68b152bdfc 100644 --- a/plugins/exchange-operations/exchange-permissions-dialog.c +++ b/plugins/exchange-operations/exchange-permissions-dialog.c @@ -173,6 +173,8 @@ exchange_permissions_dialog_new (ExchangeAccount *account, xmlNode *xml_form; GByteArray *binary_form; + g_return_if_fail (folder); + ctx = exchange_account_get_context (account); g_return_if_fail (ctx); xml = glade_xml_new ( |