Re: Bug 658098 - no way to specify optional domain field in gvfs password dialog



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;

2011/9/6 Michal Suchanek <hramrach centrum cz>
Hello,

The fix to this issue is quite trivial but requires patching all three
of glib, gvfs, gtk.

Also it is not quite obvious that replacing the old NEED_DOMAIN with
HAS_DOMAIN is the best thing.

Any opinions?

Thanks

Michal

_______________________________________________
gtk-devel-list mailing list
gtk-devel-list gnome org
http://mail.gnome.org/mailman/listinfo/gtk-devel-list




--
Un saludo,
Alberto Ruiz


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