Wed Nov 3 00:45:47 EST 1999

(Christian)

Fixed the segfault that Cale Gibbard reported -- hitting
the close button in groups dialogs. Hey who among the
gentlemen around here removed the apply button? He missed
that :)


SVN revision: 1159
This commit is contained in:
Christian Kreibich 1999-11-02 20:56:39 +00:00
parent c00e51a8ee
commit 2602324d0c
2 changed files with 12 additions and 1 deletions

View File

@ -3843,3 +3843,14 @@ Sat Oct 30 12:37:48 PDT 1999
fixed KDE from accidentally closing when we didn't mean to exit.
-------------------------------------------------------------------------------
Wed Nov 3 00:45:47 EST 1999
(Christian)
Fixed the segfault that Cale Gibbard reported -- hitting
the close button in groups dialogs. Hey who among the
gentlemen around here removed the apply button? He missed
that :)

View File

@ -517,7 +517,7 @@ ChooseGroup(int val, void *data)
{
ShowHideWinGroups(tmp_ewin, tmp_groups[tmp_index], SET_OFF);
}
if (val < 2)
if (val == 0)
{
if (tmp_groups)
{