error at compiling libxfce4util

Jean-François Wauthy pollux at castor.be
Mon Feb 16 16:13:06 CET 2004


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);
}

-- 
Jean-François Wauthy <pollux at castor.be>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: Ceci est une partie de message num?riquement sign?e.
URL: <http://mail.xfce.org/pipermail/xfce4-dev/attachments/20040216/bdc1d5f9/attachment.pgp>


More information about the Xfce4-dev mailing list