summaryrefslogtreecommitdiff
path: root/src/cmumble.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmumble.c')
-rw-r--r--src/cmumble.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmumble.c b/src/cmumble.c
index 6c11550..c1f6a92 100644
--- a/src/cmumble.c
+++ b/src/cmumble.c
@@ -94,7 +94,7 @@ recv_channel_state(MumbleProto__ChannelState *state,
channel->parent = state->parent;
if (state->description)
channel->description = g_strdup(state->description);
-
+
channel->temporary = state->temporary;
channel->position = state->position;
}