aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/exchange-operations
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/exchange-operations')
-rw-r--r--plugins/exchange-operations/ChangeLog5
-rw-r--r--plugins/exchange-operations/exchange-permissions-dialog.c5
2 files changed, 5 insertions, 5 deletions
diff --git a/plugins/exchange-operations/ChangeLog b/plugins/exchange-operations/ChangeLog
index 34dc1f3aa0..82e3c33902 100644
--- a/plugins/exchange-operations/ChangeLog
+++ b/plugins/exchange-operations/ChangeLog
@@ -1,3 +1,8 @@
+2009-02-26 Andre Klapper <a9016009@gmx.de>
+
+ * exchange-permissions-dialog.c:
+ remove deprecated and commented code.
+
2008-12-08 Bharath Acharya <abharath@novell.com>
** Fix for bug #558498
diff --git a/plugins/exchange-operations/exchange-permissions-dialog.c b/plugins/exchange-operations/exchange-permissions-dialog.c
index d5c171382b..ddcec2d592 100644
--- a/plugins/exchange-operations/exchange-permissions-dialog.c
+++ b/plugins/exchange-operations/exchange-permissions-dialog.c
@@ -505,9 +505,6 @@ setup_user_list (ExchangePermissionsDialog *dialog)
E2kSid *default_entry;
GList *sids;
- /* FIXME */
- /* gtk_clist_freeze (dialog->priv->clist); */
-
/* Always put "Default" first. */
default_entry = e2k_security_descriptor_get_default (sd);
add_user_to_list (dialog, default_entry, TRUE);
@@ -519,8 +516,6 @@ setup_user_list (ExchangePermissionsDialog *dialog)
sids = sids->next;
}
g_list_free (sids);
-
- /* gtk_clist_thaw (dialog->priv->clist); */
}