Re: [Pan-users] Pan bug 712539 and 757672

2016-03-09 Thread Rhialto
On Wed 09 Mar 2016 at 22:42:26 +0100, Petr Kovar wrote: > Thanks for all the info, Olaf! So this patch will do? > > --- /tmp/ezzIwP_body-pane.cc > +++ /tmp/pan2/pan/gui/body-pane.cc > @@ -1637,7 +1637,6 @@ > >{ > gtk_container_remove (GTK_CONTAINER (_att_frame), _att_toolbar); > -if

Re: [Pan-users] Pan bug 712539 and 757672

2016-03-09 Thread Petr Kovar
On Tue, 8 Mar 2016 22:45:02 +0100 Rhialto wrote: (...) > This is a simple one because this is the source: > > 1639gtk_container_remove (GTK_CONTAINER (_att_frame), _att_toolbar); > 1640if (G_IS_OBJECT(_att_toolbar)) g_object_unref(_att_toolbar); > > where the object is deleted at 1639

Re: [Pan-users] Pan bug 712539 and 757672

2016-03-09 Thread Petr Kovar
On Wed, 9 Mar 2016 21:31:09 +0100 Detlef Graef wrote: > Am 09.03.2016 um 00:17 schrieb Rhialto: > > On Tue 08 Mar 2016 at 18:54:48 +0100, Detlef Graef wrote: > > > > In the new filterinfo2 branch I have now added changes that are supposed to > > fix this. > > I've tested the filterinfo2 branch

Re: [Pan-users] Pan bug 712539 and 757672

2016-03-09 Thread Petr Kovar
On Wed, 9 Mar 2016 21:31:09 +0100 Detlef Graef wrote: > Am 09.03.2016 um 00:17 schrieb Rhialto: > > On Tue 08 Mar 2016 at 18:54:48 +0100, Detlef Graef wrote: > > > > In the new filterinfo2 branch I have now added changes that are supposed to > > fix this. > > I've tested the filterinfo2 branch