Close the gap
authorMatthias Clasen <matthiasc@src.gnome.org>
Mon, 10 Dec 2007 18:54:24 +0000 (18:54 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Mon, 10 Dec 2007 18:54:24 +0000 (18:54 +0000)
svn path=/trunk/; revision=6091

gio/ChangeLog
gio/gmountoperation.h

index 0ab7354..e37d575 100644 (file)
@@ -1,5 +1,9 @@
 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.
        * gio.symbols:
        * gdesktopappinfo.[hc]: Remove _-prefixes
index a07bc28..d725818 100644 (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;
 
 /**