aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/exchange-operations/exchange-permissions-dialog.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/exchange-operations/exchange-permissions-dialog.c')
-rw-r--r--plugins/exchange-operations/exchange-permissions-dialog.c3
1 files changed, 1 insertions, 2 deletions
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);