Ticket #26924: patch-gio_gdbusprivate.c.diff
File patch-gio_gdbusprivate.c.diff, 648 bytes (added by dbevans (David B. Evans), 14 years ago) |
---|
-
gio/gdbusprivate.c
old new 1750 1750 gchar *ret; 1751 1751 /* TODO: use PACKAGE_LOCALSTATEDIR ? */ 1752 1752 ret = NULL; 1753 if (!g_file_get_contents (" /var/lib/dbus/machine-id",1753 if (!g_file_get_contents ("@@PREFIX@@/var/lib/dbus/machine-id", 1754 1754 &ret, 1755 1755 NULL, 1756 1756 error)) 1757 1757 { 1758 g_prefix_error (error, _("Unable to load /var/lib/dbus/machine-id: "));1758 g_prefix_error (error, _("Unable to load @@PREFIX@@/var/lib/dbus/machine-id: ")); 1759 1759 } 1760 1760 else 1761 1761 {