Commit cbf03d7f0a40381d182187bcf050b3060206924b
1 parent
f540cbdc
Exists in
master
and in
1 other branch
Fixing session name change.
Showing
1 changed file
with
2 additions
and
0 deletions
Show diff stats
src/ipc3270c/linux/main.c
... | ... | @@ -140,6 +140,8 @@ |
140 | 140 | |
141 | 141 | static const gchar * path = "/br/com/bb/pw3270"; |
142 | 142 | g_message("DBUS service path is %s, session name is %s",path,session); |
143 | + v3270_set_session_name(terminal,session); | |
144 | + | |
143 | 145 | pw3270_dbus_register_object(connection,proxy,PW3270_TYPE_DBUS,&dbus_glib_pw3270_dbus_object_info,path); |
144 | 146 | |
145 | 147 | } | ... | ... |