mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01:00
Fix AKS -> ASK typo
2007-12-14 Alexander Larsson <alexl@redhat.com> * gmountoperation.h: Fix AKS -> ASK typo svn path=/trunk/; revision=6120
This commit is contained in:
parent
4cb6eab803
commit
3abace8118
@ -1,3 +1,8 @@
|
||||
2007-12-14 Alexander Larsson <alexl@redhat.com>
|
||||
|
||||
* gmountoperation.h:
|
||||
Fix AKS -> ASK typo
|
||||
|
||||
2007-12-14 Alexander Larsson <alexl@redhat.com>
|
||||
|
||||
* gappinfo.h:
|
||||
|
@ -76,7 +76,7 @@ typedef enum {
|
||||
G_ASK_PASSWORD_NEED_USERNAME = 1<<1,
|
||||
G_ASK_PASSWORD_NEED_DOMAIN = 1<<2,
|
||||
G_ASK_PASSWORD_SAVING_SUPPORTED = 1<<3,
|
||||
G_AKS_PASSWORD_ANONYMOUS_SUPPORTED = 1<<4
|
||||
G_ASK_PASSWORD_ANONYMOUS_SUPPORTED = 1<<4
|
||||
} GAskPasswordFlags;
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user