evolution r37340 - trunk/plugins/exchange-operations



Author: aklapper
Date: Thu Feb 26 11:19:40 2009
New Revision: 37340
URL: http://svn.gnome.org/viewvc/evolution?rev=37340&view=rev

Log:
2009-02-26  Andre Klapper  <a9016009 gmx de>

	* exchange-permissions-dialog.c:
	remove deprecated and commented code.



Modified:
   trunk/plugins/exchange-operations/ChangeLog
   trunk/plugins/exchange-operations/exchange-permissions-dialog.c

Modified: trunk/plugins/exchange-operations/exchange-permissions-dialog.c
==============================================================================
--- trunk/plugins/exchange-operations/exchange-permissions-dialog.c	(original)
+++ trunk/plugins/exchange-operations/exchange-permissions-dialog.c	Thu Feb 26 11:19:40 2009
@@ -505,9 +505,6 @@
 	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 @@
 		sids = sids->next;
 	}
 	g_list_free (sids);
-
-	/* gtk_clist_thaw (dialog->priv->clist); */
 }
 
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]