But anyways, thanks for the response. Is that the common GUI idiom for doing stuff like that? On 7/21/05, Joe Van Dyk <joevandyk / gmail.com> wrote: > What the. > > Is that the principle of Matz's least surprise coming up again? Cuz > it sure didn't meet JVD's principle of least surprise. > > Joe > > On 7/21/05, Aredridel <aredridel / nbtsc.org> wrote: > > > > > I forgot to mention that I had tried that already. I think there was > > > a problem with the super() call in MenuBar::Initialize as it was > > > passing the application window object to the Gtk::MenuBar initializer. > > > > > > > Notice that I changed "super" to "super()". > > > > super passes all arguments on; super() does not. > > > > > > > > > > >