Fix the last commit.

This commit is contained in:
Daiki Ueno
2011-02-14 18:49:28 +09:00
parent 89c5c46dbb
commit 22a51a2813

View File

@ -118,10 +118,10 @@ eekboard_device_new (const gchar *path,
cancellable, cancellable,
error, error,
"g-connection", connection, "g-connection", connection,
"g-name", "com.redhat.eekboard.Keyboard", "g-name", "com.redhat.eekboard.Device",
"g-flags", G_DBUS_PROXY_FLAGS_DO_NOT_AUTO_START | "g-flags", G_DBUS_PROXY_FLAGS_DO_NOT_AUTO_START |
G_DBUS_PROXY_FLAGS_DO_NOT_LOAD_PROPERTIES, G_DBUS_PROXY_FLAGS_DO_NOT_LOAD_PROPERTIES,
"g-interface-name", "com.redhat.eekboard.Keyboard", "g-interface-name", "com.redhat.eekboard.Device",
"g-object-path", path, "g-object-path", path,
NULL); NULL);
if (initable != NULL) if (initable != NULL)