From c1fa3c9668c19b6cb7ea45ff21f6e612e51b4c3c Mon Sep 17 00:00:00 2001 From: Shakti Sen Date: Mon, 18 Jul 2005 11:57:37 +0000 Subject: Added the functions org_gnome_exchange_calendar_permissions() and 2005-07-15 Shakti Sen * exchange-folder-permission.c: Added the functions org_gnome_exchange_calendar_permissions() and org_gnome_exchange_addressbook_permissions() to support 'Folder Permissions' for 'Calendar', 'Tasks' and 'Contacts' components. Also taken care of a bug #310493. * org-gnome-exchange-operations.eplug.in: Added the class hooks. Fixes bug#310479. Fixes bug#310493 as well. svn path=/trunk/; revision=29791 --- plugins/exchange-operations/exchange-permissions-dialog.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'plugins/exchange-operations/exchange-permissions-dialog.c') diff --git a/plugins/exchange-operations/exchange-permissions-dialog.c b/plugins/exchange-operations/exchange-permissions-dialog.c index ca4f8ba307..8571d3630f 100644 --- a/plugins/exchange-operations/exchange-permissions-dialog.c +++ b/plugins/exchange-operations/exchange-permissions-dialog.c @@ -560,8 +560,7 @@ display_role (ExchangePermissionsDialog *dialog) -1); if (role == E2K_PERMISSIONS_ROLE_CUSTOM) { - gtk_widget_show (dialog->priv->separator); - gtk_widget_show (dialog->priv->custom); + /* FIXME: To show Custom */ role = E2K_PERMISSIONS_ROLE_NUM_ROLES + 1; } gtk_combo_box_set_active (GTK_COMBO_BOX (dialog->priv->role_optionmenu), role); -- cgit v1.2.3