Hi everybody, Am Sonntag, den 10.07.2005, 22:46 +0200 schrieb Murray Cumming: > I guess this is during startup?
Yes.
> Could you try commenting out the
> Glib::Option parse() line? It's not essential anyway.
It unfortunately gives me the same stack trace.
> It's possible that this needs a newer libgnome that you don't have.
More recent than this one?
ii libgnome2-0 2.11.1-0ubuntu2
I attached a tiny patch which fixed the issue for me. To be honest, I
have no clue, how crackful it is. Judge for yourself. :-)
Have a nice day,
Daniel
diff -ruN glom-0.8.33/glom/main.cc glom-0.8.33.mod/glom/main.cc
--- glom-0.8.33/glom/main.cc 2005-07-08 21:24:11.000000000 +0200
+++ glom-0.8.33.mod/glom/main.cc 2005-07-11 00:20:13.000000000 +0200
@@ -87,7 +87,7 @@
{
//Initialize gnome_program, so that we can use gnome_help_display().
gnome_program_init (PACKAGE, VERSION, LIBGNOME_MODULE, argc, argv,
- GNOME_PROGRAM_STANDARD_PROPERTIES, 0);
+ GNOME_PROGRAM_STANDARD_PROPERTIES, 0, GNOME_PARAM_NONE);
Gtk::Main mainInstance(argc, argv, context);
Bakery::init();
signature.asc
Description: This is a digitally signed message part
_______________________________________________ glom-devel-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/glom-devel-list
