2005-03-25 Matthias Clasen <mclasen@redhat.com>
* gparam.c (param_spec_ht_lookup): Don't do the second
lookup if the name was already canonical. (#171502, Morten
Welinder)
+2005-03-25 Matthias Clasen <mclasen@redhat.com>
+
+ * gparam.c (param_spec_ht_lookup): Don't do the second
+ lookup if the name was already canonical. (#171502, Morten
+ Welinder)
+
Tue Mar 22 14:15:23 2005 Manish Singh <yosh@gimp.org>
* gparam.c (g_param_spec_internal): cast away any constness on
else
pspec = g_hash_table_lookup (hash_table, &key);
- if (!pspec)
+ if (!pspec && !is_canonical (param_name))
{
/* try canonicalized form */
key.name = g_strdup (param_name);