Hi there, I don't know if these bugs are known, but in the case they are not here is a description : 1) Gnome-color-picker doesn't respect the color set in glade. If you insert a gnome-color-picker widget into your app, then set a color to be the default color at the start of the application, glade doesn't create the appropriate code sequence to pre-set the default color. The turnaround is simply to set it manually in the main file before show the window that create it. 2) When using a widget that is named with a dash (-), isn't correctly named. If you create a combo entry widget, glade name it combo-entry1, but in the code (interface.c) the name is combo_entry1. Then if you set it manually in glade, it's ok. But when you'll insert another combo entry, the widget's name will be again combo-entry1 and not combo_entry2. And now, I would like to know : Why glade doesn't handle a list with the "not-used" widget number. For example if you have three label : label1,label2,label3. Delete the label2, then create another label, its name will be label4. It leads to label150, when you are trying to this in the design phase. Is it explicitly the way it should be or not ? Cheers. -- Bruno Mairlot ---------- VirgoPlus ------------ http://www.virgoplus.com Tel : +32-4-253 00 85 [EMAIL PROTECTED] Fax : +32-4-253 00 49 +---------------------------------------------------------------------+ To unsubscribe from this list, send a message to [EMAIL PROTECTED] with the line "unsubscribe glade-devel" in the body of the message.