xfdesktop update

Olivier Fourdan fourdan at xfce.org
Tue Jan 21 23:25:14 CET 2003


Jasper,

Okay, fixed in CVS. It's generally a very bad idea to do things like
that :

    g_free(bd);
    gtk_widget_destroy(bd->dialog);

but it's much better like that :

    gtk_widget_destroy(bd->dialog);
    g_free(bd);

(using a structure once it's freed never gives good results :)

Cheers,
Olivier.

On Tue, 2003-01-21 at 23:15, Olivier Fourdan wrote:
> I get this in the log :
> 
> (xfce-mcs-manager:19313): Gtk-CRITICAL **: file gtkwidget.c: line 1626
> (gtk_widget_destroy): assertion `GTK_IS_WIDGET (widget)' failed
> 
> (xfce-mcs-manager:19313): Gtk-CRITICAL **: file gtkwidget.c: line 1626
> (gtk_widget_destroy): assertion `GTK_IS_WIDGET (widget)' failed
> 
> and it dies.
> 
> 
> On Tue, 2003-01-21 at 23:12, Olivier Fourdan wrote:
> > Jasper,
> > 
> > Unfortunately, it crashes and takes xfce-mcs-manager down with it...
> > 
> > Simply click on the close button and everything dies...
> > 
> > Cheers,
> > Olivier.
> > 
> > On Tue, 2003-01-21 at 20:02, Jasper Huijsmans wrote:
> > > Hi all,
> > > 
> > > I just added a color chooser to the backdrop dialog. This color will be
> > > used when centering images and can be used to only set a background
> > > color (no image).
> > > 
> > > The image drop box is gone, but you can now drag files on the entire
> > > dialog. A bit less obvious, but I felt the dialog was getting cluttered
> > > otherwise.
> > > 
> > > It looks like this:
> > > 
> > > http://members.home.nl/jbhuijsmans/screenshots/20030121.jpg
> > > 
> > > I don't think I used any gtk 2.2 functions this time, but nonetheless
> > > there will be lots of bugs, I'm sure.
> > > 
> > > enjoy,
> > > 	Jasper
-- 
Olivier Fourdan <fourdan at xfce.org>
http://www.xfce.org




More information about the Xfce4-dev mailing list