Skip to content

Commit

Permalink
Set interface for config and inputcontext proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
phuang committed Jul 5, 2010
1 parent 6c5945f commit 22c3c5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/ibusconfig.c
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ ibus_config_new (IBusConnection *connection)
GObject *obj;
obj = g_object_new (IBUS_TYPE_CONFIG,
"name", IBUS_SERVICE_CONFIG,
"interface", IBUS_INTERFACE_CONFIG,
"path", IBUS_PATH_CONFIG,
"connection", connection,
NULL);
Expand Down
1 change: 1 addition & 0 deletions src/ibusinputcontext.c
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ ibus_input_context_new (const gchar *path,

obj = g_object_new (IBUS_TYPE_INPUT_CONTEXT,
"name", IBUS_SERVICE_IBUS,
"interface", IBUS_INTERFACE_INPUT_CONTEXT,
"path", path,
"connection", connection,
NULL);
Expand Down

0 comments on commit 22c3c5f

Please sign in to comment.