Move name owning code from server.c to server-main.c.

This commit is contained in:
Daiki Ueno
2011-02-21 15:11:26 +09:00
parent 4a0cda72a2
commit bf2b9c968d
6 changed files with 105 additions and 87 deletions

View File

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