Commit c203e40d6f7bb0eec65c43494e6a24454d02360b
1 parent
7d75eb7f
Exists in
master
and in
1 other branch
D-Bus is case sensitive; fixing method name.
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
server/src/core/linux/gobject.c
... | ... | @@ -120,7 +120,7 @@ void ipc3270_add_terminal_introspection(GString *introspection) { |
120 | 120 | " <arg type='s' name='name' direction='in' />" \ |
121 | 121 | " <arg type='b' name='result' direction='out' />" \ |
122 | 122 | " </method>" |
123 | - " <method name='setwaitmode'>" | |
123 | + " <method name='setWaitMode'>" | |
124 | 124 | " <arg type='b' name='mode' direction='in' />" \ |
125 | 125 | " <arg type='i' name='result' direction='out' />" \ |
126 | 126 | " </method>" | ... | ... |