https://bugzilla.novell.com/show_bug.cgi?id=223882 jpr@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO Info Provider| |federico@ximian.com ------- Comment #2 from jpr@novell.com 2006-12-15 07:04 MST ------- real_title is NULL in the test case. Its NULL because even though gtk_menu_set_title is called, its called with "" and the check to see if the title has changed in gtk_menu_set_title is: strcmp (title ? title : "", priv->title ? priv->title : "") != 0 ie, if title is "" and priv->title is NULL, the title won't be set because the comparison will be 0. I think this is a bug in gtk unless "" is supposed to be handled specially as a title. What do you think Federico? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.