Close the gap

svn path=/trunk/; revision=6091
This commit is contained in:
Matthias Clasen 2007-12-10 18:54:24 +00:00
parent 355d85b171
commit a26502d794
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2007-12-10 Matthias Clasen <mclasen@redhat.com>
* gmountoperation.h (GPasswordFlags): Close the gap
2007-12-10 Matthias Clasen <mclasen@redhat.com>
* Makefile.am: Install gdesktopappinfo.h as unix-specific header.

View File

@ -70,8 +70,8 @@ typedef enum {
G_PASSWORD_FLAGS_NEED_PASSWORD = 1<<0,
G_PASSWORD_FLAGS_NEED_USERNAME = 1<<1,
G_PASSWORD_FLAGS_NEED_DOMAIN = 1<<2,
G_PASSWORD_FLAGS_SAVING_SUPPORTED = 1<<4,
G_PASSWORD_FLAGS_ANON_SUPPORTED = 1<<5
G_PASSWORD_FLAGS_SAVING_SUPPORTED = 1<<3,
G_PASSWORD_FLAGS_ANON_SUPPORTED = 1<<4
} GPasswordFlags;
/**