Ticket #40045: patch_quartz-goffice-goffice.c.diff
File patch_quartz-goffice-goffice.c.diff, 555 bytes (added by c.herbig@…, 11 years ago) |
---|
-
goffice/
old new 177 177 } 178 178 #else 179 179 #ifdef GTKOSXAPPLICATION 180 if ( quartz_application_get_bundle_id ())180 if (gtkosx_application_get_bundle_id ()) 181 181 { 182 182 gchar *dir; 183 183 184 dir = quartz_application_get_resource_path ();184 dir = gtkosx_application_get_resource_path (); 185 185 libgoffice_data_dir = g_build_filename (dir, 186 186 "share", "goffice", GOFFICE_VERSION, NULL); 187 187 libgoffice_icon_dir = g_build_filename (dir,