Allow non-keysym symbols in XML.

This commit is contained in:
Daiki Ueno
2011-08-18 17:02:39 +09:00
parent 5c09147551
commit 39900bd987
10 changed files with 91 additions and 48 deletions

View File

@ -240,7 +240,7 @@ eek_symbol_init (EekSymbol *self)
EekSymbol *
eek_symbol_new (const gchar *name)
{
return g_object_new (EEK_TYPE_SYMBOL, "name", name);
return g_object_new (EEK_TYPE_SYMBOL, "name", name, NULL);
}
/**