]> git.pld-linux.org Git - packages/epic4.git/blame - epic4-0.9.11-patch1
- s/^Terminal=0/Terminal=false/ s/^Terminal=1/Terminal=true/ to conform
[packages/epic4.git] / epic4-0.9.11-patch1
CommitLineData
c2a33eb6
AM
1*** window.c.orig Tue Nov 7 16:14:33 2000
2--- window.c Tue Nov 7 16:14:43 2000
3***************
4*** 1818,1824 ****
5 tmp->current_channel = m_strdup(channel);
6
7 /* Remove "waiting_channel" if we're waiting for this channel. ;-) */
8! if (tmp->waiting_channel && !my_stricmp(channel, tmp->waiting_channel))
9 new_free(&tmp->waiting_channel);
10 tmp->update |= UPDATE_STATUS;
11 if (tmp->current_channel)
12--- 1818,1825 ----
13 tmp->current_channel = m_strdup(channel);
14
15 /* Remove "waiting_channel" if we're waiting for this channel. ;-) */
16! if (tmp->waiting_channel && channel &&
17! !my_stricmp(channel, tmp->waiting_channel))
18 new_free(&tmp->waiting_channel);
19 tmp->update |= UPDATE_STATUS;
20 if (tmp->current_channel)
This page took 0.050053 seconds and 4 git commands to generate.