Re: New Version of my ref dialog

2005-03-19 Thread Angus Leeming
Andreas Klostermann wrote: > I know that the Ok button does not become sensitive... I don't really > know why! I think the underlying code should activate it? You need to tell the button controller of the button's existence. void GRef::doBuild() { xml_->get_widget("applybutton", applybutto

Re: New Version of my ref dialog

2005-03-12 Thread Andreas Klostermann
The bufferstore_ thingy is ref counted. It get's deleted automagically. Smart pointers... I know that the Ok button does not become sensitive... I don't really know why! I think the underlying code should activate it? The double insert probably comes from calling dispatchParams.

Re: New Version of my ref dialog

2005-03-11 Thread John Spray
On Fri, 2005-03-11 at 20:45 +0100, Andreas Klostermann wrote: > I changed a lot of the things that where brought up. No instant apply > anymore, and the jumpto/back buttons get reset when selecting another > label from the list. > I changed the glade file, too. The main reason for not using patches

New Version of my ref dialog

2005-03-11 Thread Andreas Klostermann
Hey all, I changed a lot of the things that where brought up. No instant apply anymore, and the jumpto/back buttons get reset when selecting another label from the list. I changed the glade file, too. The main reason for not using patches in this post is, that this version is a major restructuring