From: Alexander Larsson Date: Fri, 14 Dec 2007 11:17:44 +0000 (+0000) Subject: Fix AKS -> ASK typo X-Git-Tag: GLIB_2_15_1~139 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3abace811834c8c86552c17103dd0fa74ef92434;p=platform%2Fupstream%2Fglib.git Fix AKS -> ASK typo 2007-12-14 Alexander Larsson * gmountoperation.h: Fix AKS -> ASK typo svn path=/trunk/; revision=6120 --- diff --git a/gio/ChangeLog b/gio/ChangeLog index 7ae8e5e..2485687 100644 --- a/gio/ChangeLog +++ b/gio/ChangeLog @@ -1,5 +1,10 @@ 2007-12-14 Alexander Larsson + * gmountoperation.h: + Fix AKS -> ASK typo + +2007-12-14 Alexander Larsson + * gappinfo.h: * gfile.[ch]: * gfileattribute.[ch]: diff --git a/gio/gmountoperation.h b/gio/gmountoperation.h index d35706c..0b7e65c 100644 --- a/gio/gmountoperation.h +++ b/gio/gmountoperation.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; /**