onboard/onboard-0.97.1-dconf-0.14.patch

15 lines
515 B
Diff

=== modified file 'Onboard/osk/osk_util.c'
--- Onboard/osk/osk_util.c 2012-06-24 13:11:52 +0000
+++ Onboard/osk/osk_util.c 2012-07-18 23:33:20 +0000
@@ -609,7 +609,7 @@
if (!PyArg_ParseTuple (args, "s:read_dconf_key", &key))
return NULL;
- DConfClient* client = dconf_client_new(NULL, NULL, NULL, NULL);
+ DConfClient* client = dconf_client_new();
if (client == NULL)
{
PyErr_SetString(PyExc_ValueError, "failed to create dconf client");
=== modified file 'debian/control'