Change D-Bus interface name and object path to fedorahosted ones.
This commit is contained in:
@ -368,9 +368,9 @@ eekboard_context_new (GDBusConnection *connection,
|
||||
g_initable_new (EEKBOARD_TYPE_CONTEXT,
|
||||
cancellable,
|
||||
&error,
|
||||
"g-name", "com.redhat.Eekboard.Server",
|
||||
"g-name", "org.fedorahosted.Eekboard.Server",
|
||||
"g-connection", connection,
|
||||
"g-interface-name", "com.redhat.Eekboard.Context",
|
||||
"g-interface-name", "org.fedorahosted.Eekboard.Context",
|
||||
"g-object-path", object_path,
|
||||
NULL);
|
||||
if (initable != NULL) {
|
||||
|
||||
@ -143,9 +143,9 @@ eekboard_eekboard_new (GDBusConnection *connection,
|
||||
cancellable,
|
||||
&error,
|
||||
"g-connection", connection,
|
||||
"g-name", "com.redhat.Eekboard.Server",
|
||||
"g-interface-name", "com.redhat.Eekboard.Server",
|
||||
"g-object-path", "/com/redhat/Eekboard/Server",
|
||||
"g-name", "org.fedorahosted.Eekboard.Server",
|
||||
"g-interface-name", "org.fedorahosted.Eekboard.Server",
|
||||
"g-object-path", "/org/fedorahosted/Eekboard/Server",
|
||||
NULL);
|
||||
if (initable != NULL) {
|
||||
EekboardEekboard *eekboard = EEKBOARD_EEKBOARD (initable);
|
||||
|
||||
Reference in New Issue
Block a user