Re: Bug 658098 - no way to specify optional domain field in gvfs password dialog
- From: Michal Suchanek <hramrach centrum cz>
- To: Alberto Ruiz <aruiz gnome org>
- Cc: gtk-devel-list gnome org
- Subject: Re: Bug 658098 - no way to specify optional domain field in gvfs password dialog
- Date: Thu, 8 Sep 2011 13:03:19 +0200
On 8 September 2011 12:47, Alberto Ruiz <aruiz gnome org> wrote:
> Why are you changing the value of HAS_DOMAIN ?
> - G_ASK_PASSWORD_NEED_DOMAIN = (1 << 2),
> + G_ASK_PASSWORD_HAS_DOMAIN = (1 << 2),
> G_ASK_PASSWORD_SAVING_SUPPORTED = (1 << 3),
> - G_ASK_PASSWORD_ANONYMOUS_SUPPORTED = (1 << 4)
> + G_ASK_PASSWORD_ANONYMOUS_SUPPORTED = (1 << 4),
> + G_ASK_PASSWORD_NEED_DOMAIN = (1 << 5)
> } GAskPasswordFlags;
I am changing the value of NEED_DOMAIN because it's used incorrectly anyway.
Of course, the HAS_DOMAIN can be simply added.
If there are any cases when domain is actually needed then this change
may cause the dialog to be submitted without a domain when glib and
gtk (or whatever) is out of sync.
Thanks
Michal
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]