remove spurious IA prefix from g_quark_try_string.

Sun Mar 13 21:28:47 2005  Manish Singh  <yosh@gimp.org>

        * glib/gdataset.c: remove spurious IA prefix from g_quark_try_string.
This commit is contained in:
Manish Singh 2005-03-14 05:32:05 +00:00 committed by Manish Singh
parent 0578f2e824
commit 001f2be6b2
5 changed files with 17 additions and 1 deletions

View File

@ -1,3 +1,7 @@
Sun Mar 13 21:28:47 2005 Manish Singh <yosh@gimp.org>
* glib/gdataset.c: remove spurious IA prefix from g_quark_try_string.
2005-03-13 Matthias Clasen <mclasen@redhat.com>
* glib/gatomic.c:

View File

@ -1,3 +1,7 @@
Sun Mar 13 21:28:47 2005 Manish Singh <yosh@gimp.org>
* glib/gdataset.c: remove spurious IA prefix from g_quark_try_string.
2005-03-13 Matthias Clasen <mclasen@redhat.com>
* glib/gatomic.c:

View File

@ -1,3 +1,7 @@
Sun Mar 13 21:28:47 2005 Manish Singh <yosh@gimp.org>
* glib/gdataset.c: remove spurious IA prefix from g_quark_try_string.
2005-03-13 Matthias Clasen <mclasen@redhat.com>
* glib/gatomic.c:

View File

@ -1,3 +1,7 @@
Sun Mar 13 21:28:47 2005 Manish Singh <yosh@gimp.org>
* glib/gdataset.c: remove spurious IA prefix from g_quark_try_string.
2005-03-13 Matthias Clasen <mclasen@redhat.com>
* glib/gatomic.c:

View File

@ -545,7 +545,7 @@ g_data_initialize (void)
}
GQuark
IA__g_quark_try_string (const gchar *string)
g_quark_try_string (const gchar *string)
{
GQuark quark = 0;
g_return_val_if_fail (string != NULL, 0);