diff options
author | Andre Klapper <a9016009@gmx.de> | 2009-02-26 19:19:40 +0800 |
---|---|---|
committer | Andre Klapper <aklapper@src.gnome.org> | 2009-02-26 19:19:40 +0800 |
commit | 372a8d0d9eb2fbcb26723e70b43a2db502b53f2c (patch) | |
tree | 79b9eb9f4a0d62f1c85137c36b4629381edc162b /plugins | |
parent | a3f682a4d8fe34e30a9dbc858dbf7754c210cda6 (diff) | |
download | gsoc2013-evolution-372a8d0d9eb2fbcb26723e70b43a2db502b53f2c.tar.gz gsoc2013-evolution-372a8d0d9eb2fbcb26723e70b43a2db502b53f2c.tar.zst gsoc2013-evolution-372a8d0d9eb2fbcb26723e70b43a2db502b53f2c.zip |
remove deprecated and commented code.
2009-02-26 Andre Klapper <a9016009@gmx.de>
* exchange-permissions-dialog.c:
remove deprecated and commented code.
svn path=/trunk/; revision=37340
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/exchange-operations/ChangeLog | 5 | ||||
-rw-r--r-- | plugins/exchange-operations/exchange-permissions-dialog.c | 5 |
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); */ } |