diff options
Diffstat (limited to 'sys-mobilephone/libframeworkd-glib/files/g_error_new_call.patch')
-rw-r--r-- | sys-mobilephone/libframeworkd-glib/files/g_error_new_call.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sys-mobilephone/libframeworkd-glib/files/g_error_new_call.patch b/sys-mobilephone/libframeworkd-glib/files/g_error_new_call.patch new file mode 100644 index 0000000..a06dc6f --- /dev/null +++ b/sys-mobilephone/libframeworkd-glib/files/g_error_new_call.patch @@ -0,0 +1,11 @@ +--- src/frameworkd-glib-dbus.c.old 2010-01-14 00:27:12.684371769 +0000 ++++ src/frameworkd-glib-dbus.c 2010-01-14 00:27:23.704371557 +0000 +@@ -143,7 +143,7 @@ + lose_gerror("Unknown internal dbus error", error); + } + //dbus_connect_to_bus(NULL); +- return g_error_new(FRAMEWORKD_GLIB_DBUS_ERROR, dbusError, ++ return g_error_new(FRAMEWORKD_GLIB_DBUS_ERROR, dbusError, "%s", + error->message); + } + |