How does one add a check_menu_item with the gconf editor shell? With a simple checkbutton it is as easy as: EditorShell shell = new EditorShell (gxml); shell.Add(SettingKeys.LogEnabled, "FaxLogCheckButton"); but shell.Add(SettingKeys.LogEnabled, FaxLogCheckMenuItem"); where FaxLogCheckMenuItem is a Gtk.CheckMenuItem, doesn't work. -- George Farris <george@gmsys.com>