<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">--- goffice/goffice-orig.c	2013-05-22 18:37:12.000000000 -0700
+++ goffice/goffice.c	2013-08-08 21:59:46.000000000 -0700
@@ -177,11 +177,11 @@
 	}
 #else
 #ifdef GTKOSXAPPLICATION
-    if (quartz_application_get_bundle_id ())
+    if (gtkosx_application_get_bundle_id ())
     {
         gchar *dir;
 
-        dir = quartz_application_get_resource_path ();
+        dir = gtkosx_application_get_resource_path ();
 	libgoffice_data_dir = g_build_filename (dir,
 		"share", "goffice", GOFFICE_VERSION, NULL);
 	libgoffice_icon_dir = g_build_filename (dir,
</pre></body></html>