diff options
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 ( |