remove spurious IA prefix from g_quark_try_string.
authorManish Singh <yosh@gimp.org>
Mon, 14 Mar 2005 05:30:08 +0000 (05:30 +0000)
committerManish Singh <yosh@src.gnome.org>
Mon, 14 Mar 2005 05:30:08 +0000 (05:30 +0000)
Sun Mar 13 21:28:47 2005  Manish Singh  <yosh@gimp.org>

        * glib/gdataset.c: remove spurious IA prefix from g_quark_try_string.

ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-8
glib/gdataset.c

index 50f04e0..eaaf45d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,13 @@
-005-03-13  Matthias Clasen  <mclasen@redhat.com>
+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:
        * glib/gcache.c: Small fixes to the previous commit.
 
-005-03-13  Matthias Clasen  <mclasen@redhat.com>
+2005-03-13  Matthias Clasen  <mclasen@redhat.com>
 
        Make PLT-reduction work with gcc4, and don't include
        everything in galias.h:
index 50f04e0..eaaf45d 100644 (file)
@@ -1,9 +1,13 @@
-005-03-13  Matthias Clasen  <mclasen@redhat.com>
+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:
        * glib/gcache.c: Small fixes to the previous commit.
 
-005-03-13  Matthias Clasen  <mclasen@redhat.com>
+2005-03-13  Matthias Clasen  <mclasen@redhat.com>
 
        Make PLT-reduction work with gcc4, and don't include
        everything in galias.h:
index 50f04e0..eaaf45d 100644 (file)
@@ -1,9 +1,13 @@
-005-03-13  Matthias Clasen  <mclasen@redhat.com>
+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:
        * glib/gcache.c: Small fixes to the previous commit.
 
-005-03-13  Matthias Clasen  <mclasen@redhat.com>
+2005-03-13  Matthias Clasen  <mclasen@redhat.com>
 
        Make PLT-reduction work with gcc4, and don't include
        everything in galias.h:
index 50f04e0..eaaf45d 100644 (file)
@@ -1,9 +1,13 @@
-005-03-13  Matthias Clasen  <mclasen@redhat.com>
+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:
        * glib/gcache.c: Small fixes to the previous commit.
 
-005-03-13  Matthias Clasen  <mclasen@redhat.com>
+2005-03-13  Matthias Clasen  <mclasen@redhat.com>
 
        Make PLT-reduction work with gcc4, and don't include
        everything in galias.h:
index 4aecff7..fbd9c2d 100644 (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);