Comment 3 for bug 1313184

Revision history for this message
Charles Kerr (charlesk) wrote :

looks like unity_gtk_action_group_get_state_name() is returning NULL s.t. NULL is passed as a key into a GHashTable that's using g_str_hash().

The crash could be solved with a simple NULL guard before passing a NULL key into a g_hash_table_*() function; however I'm not sure why _get_state_name() is returning NULL in the first place.