Skip to content

Commit

Permalink
Remove duplicate enable&disable func registration
Browse files Browse the repository at this point in the history
  • Loading branch information
matt335672 committed May 30, 2024
1 parent f006945 commit 5f91eec
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions sesman/chansrv/input_ibus.c
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,6 @@ xrdp_input_main_loop(void *in_val)
factory = ibus_factory_new(ibus_bus_get_connection(bus));
g_object_ref_sink(factory);
g_signal_connect(factory, "create-engine", G_CALLBACK(xrdp_input_ibus_create_engine), NULL);
g_signal_connect(factory, "enable", G_CALLBACK(xrdp_input_ibus_engine_enable), NULL);
g_signal_connect(factory, "disable", G_CALLBACK(xrdp_input_ibus_engine_disable), NULL);

ibus_factory_add_engine(factory, "XrdpIme", IBUS_TYPE_ENGINE);

Expand Down

0 comments on commit 5f91eec

Please sign in to comment.