Try this first - Create a window - Add a vbox (with something other than the default value, preferably greater, like 4)
Now if u do an undo, the box will dissappear. Now look in the Edit menu. What does the Undo menuitem say? Something like Undo: Setting Number of items of vbox1 to 4 where n is the number of children u asked for in the query popup dialog. So I found out that selecting the number children results in a secret/implicit set_property command in the background. This is because the query dialog uses the widgets from the GladeEditor, which set values via the GladeCommand system (in case of query popup's I think it shouldn't). So command gets put in the undo_stack. Now is this a bug (ok a rehtorical question some might say, but please answer if you think it is of some use) Archit P.S. This is part of my effort to squash glade3 bug #157667. I'm close... vewy vewy close! _______________________________________________ Glade-devel maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/glade-devel