Patch for bug #385701
- From: Luciano Cavalheiro da Silva <lucc inf ufrgs br>
- To: dia-list gnome org
- Subject: Patch for bug #385701
- Date: Wed, 17 Jan 2007 15:22:16 -0200
Hi there,
the following patch should fix bug
http://bugzilla.gnome.org/show_bug.cgi?id=385701
allowing gnome support to be enabled on configure but without
preventing dia to compile correctly on win32.
[]'s
Luciano
=======================================
--- dia-0.96-pre1/app/app_procs.c.orig 2007-01-17 15:04:39.000000000
-0200
+++ dia-0.96-pre1/app/app_procs.c 2007-01-17 15:08:56.000000000
-0200
@@ -788,7 +788,10 @@
argc, argv,
/* haven't found a quick way to pass GOption
here */
GNOME_PARAM_POPT_TABLE, options,
- GNOME_PROGRAM_STANDARD_PROPERTIES,
+ GNOME_PARAM_APP_PREFIX, PREFIX,
+ GNOME_PARAM_APP_SYSCONFDIR, SYSCONFDIR,
+ GNOME_PARAM_APP_DATADIR, DIA_DATADIR,
+ GNOME_PARAM_APP_LIBDIR, DIA_LIBDIR,
GNOME_PARAM_NONE);
g_object_get(program, "popt-context", &context, NULL);
client = gnome_master_client();
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]