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:
committed by
Sankarasivasubramanian Pasupathilingam
parent
db57306c76
commit
ceaefd37da
@ -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
|
||||
|
||||
@ -42,10 +42,7 @@ struct _proxyLogin{
|
||||
GList *proxy_list;
|
||||
|
||||
/* Private Dialog Information*/
|
||||
proxyLoginPrivate *priv;
|
||||
|
||||
/*Permissions on the login*/
|
||||
int permissions;
|
||||
proxyLoginPrivate *priv;
|
||||
};
|
||||
|
||||
struct _proxyLoginClass {
|
||||
|
||||
Reference in New Issue
Block a user