Removed the permissions from the structure, since it is no longer needed.

2005-07-15  Sankar P  <psankar@novell.com>

	* proxy-login.h: Removed the permissions from the structure,
	since it is no longer needed.

svn path=/trunk/; revision=29777
This commit is contained in:
Sankar P
2005-07-15 09:56:10 +00:00
committed by Sankarasivasubramanian Pasupathilingam
parent db57306c76
commit ceaefd37da
2 changed files with 6 additions and 4 deletions

View File

@ -1,3 +1,8 @@
2005-07-15 Sankar P <psankar@novell.com>
* proxy-login.h: Removed the permissions from the structure,
since it is no longer needed.
2005-07-15 Sankar P <psankar@novell.com>
* proxy-login.c: Put permissions on the store instead of the

View File

@ -42,10 +42,7 @@ struct _proxyLogin{
GList *proxy_list;
/* Private Dialog Information*/
proxyLoginPrivate *priv;
/*Permissions on the login*/
int permissions;
proxyLoginPrivate *priv;
};
struct _proxyLoginClass {