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

@ -86,7 +86,7 @@ main (int argc, char **argv)
}
error = NULL;
keyboard = eekboard_keyboard_new ("/com/redhat/eekboard/Keyboard",
keyboard = eekboard_keyboard_new ("/com/redhat/Eekboard/Keyboard",
connection,
NULL,
&error);