error at compiling libxfce4util

Danny Milosavljevic danny.milo at gmx.net
Mon Feb 16 18:25:24 CET 2004


hi,

Am Mon, den 16.02.2004 schrieb Jean-François Wauthy um 16:13:
> Le lun 16/02/2004 à 13:33, Benedikt Meurer a écrit :
> > Jean-François Wauthy wrote:
> > > Le lun 16/02/2004 à 11:15, Benedikt Meurer a écrit :
> > > 
> > >>Jean-François Wauthy wrote:
> > >>
> > >>>Please forgot my last mail about problem at compiling libxfce4util...
> > >>>BTW somebody can tell me why when i do a "cvs -z3 update" , cvs doesn't
> > >>>create the new directories and files of the repositry (subversion does
> > >>>it!) ? that was the problem.
> > >>
> > >>cvs -z3 update -Pd
> > >>
> > >>does the trick.
> > > 
> > > Thx for the info
> > > 
> > > I'm trying to use the xfce_about_dialog and it works fine except for one
> > > thing when i click on close nothing happens. Strange ... altought it
> > > works in the sample.
> > 
> > Do you use gtk_dialog_run()?
> yes: 
> 
> void about_cb(GtkWidget *widget, gpointer data)
> {
>   XfceAboutInfo *info;
>   GtkWidget *dialog;
>   GdkPixbuf *icon;
> 
>   info = xfce_about_info_new(
>       "xfce4-menueditor",
>       VERSION,
>       _("An menueditor for XFce4"),
>       XFCE_COPYRIGHT_TEXT("2004", "Jean-Francois Wauthy"),
>       XFCE_LICENSE_LGPL);
>   xfce_about_info_set_homepage(info, "http://users.skynet.be/p0llux/");
>   xfce_about_info_add_credit(info,
>       "Jean-Francois Wauthy",
>       "pollux at castor.be",
>       _("Core developer"));
> 
>   icon = gdk_pixbuf_new_from_xpm_data(icon48_xpm);
> 
>   dialog = xfce_about_dialog_new(GTK_WINDOW(menueditor_app.main_window),
> 				 info, icon);
> 
>   xfce_about_info_free(info);
> 
>   gtk_dialog_run(GTK_DIALOG(dialog));
> 
>   g_object_unref(icon);
> }

gtk_widget_destroy(GTK_WIDGET (dialog)); isn't required here ?

-- 
--
www.keyserver.net Key ID A334AEA6

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: Dies ist ein digital signierter Nachrichtenteil
URL: <http://mail.xfce.org/pipermail/xfce4-dev/attachments/20040216/9191c596/attachment.pgp>


More information about the Xfce4-dev mailing list