Don't tell about ComboBox items

master
Yevgen Muntyan 2006-02-26 17:28:09 -06:00
parent 75b1b6bf3f
commit c9749d8b8c
1 changed files with 2 additions and 2 deletions

View File

@ -1268,8 +1268,8 @@ widget_props_new (MooMarkupNode *node,
else if (!strcmp (name, "items") &&
GTK_IS_COMBO_BOX_CLASS (klass))
{
if (value && value[0])
g_message ("%s: ignoring ComboBox items property", G_STRLOC);
// if (value && value[0])
// g_message ("%s: ignoring ComboBox items property", G_STRLOC);
}
#endif /* GTK_CHECK_VERSION(2,4,0) */
else