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

_______________________________________________
Dia-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/dia-list
FAQ at http://www.gnome.org/projects/dia/faq.html
Main page at http://www.gnome.org/projects/dia

Reply via email to