Tue Sep 21 16:12:59 EDT 1999

(Christian)

YASGB. Yet another stupid group bug, that is. Group borders
weren't reset after closing some dialogs.

Tweaked the user name mapping in ecvs so that it works on my
lappy :)


SVN revision: 357
This commit is contained in:
Christian Kreibich 1999-09-21 19:50:35 +00:00
parent 0bd62d0625
commit 7cef225547
3 changed files with 17 additions and 2 deletions

View File

@ -2109,3 +2109,15 @@ Tue Sep 21 10:13:48 PDT 1999
fixed some problems with kde notifications on events. all of these things
should be accounted for now. It looks like all of panel pretty much works
out-of-box.
-------------------------------------------------------------------------------
Tue Sep 21 16:12:59 EDT 1999
(Christian)
YASGB. Yet another stupid group bug, that is. Group borders
weren't reset after closing some dialogs.
Tweaked the user name mapping in ecvs so that it works on my
lappy :)

View File

@ -7,7 +7,7 @@ print "prepping files for cvs using indent.\n";
$names{mandrake} = "Mandrake";
$names{raster} = "Raster";
$names{mej} = "KainX";
$names{cK} = "Christian";
$names{elwood} = "Christian";
# username -> indentstyle translations
$indents{raster} = "indent -i3 -bl -bad -nbap -sob -ncdb -di20 -nbc -lp -nce -npcs -sc -ncs -l80";

View File

@ -453,6 +453,10 @@ static void ChooseGroup(int val, void *data);
static void
ChooseGroup(int val, void *data)
{
if (((val == 0) || (val == 2)) && tmp_groups)
{
ShowHideWinGroups(tmp_ewin, tmp_groups[tmp_index], SET_OFF);
}
if (val < 2)
{
if (tmp_groups)
@ -475,7 +479,6 @@ ChooseGroup(int val, void *data)
}
if (((val == 0) || (val == 2)) && tmp_groups)
{
ShowHideWinGroups(tmp_ewin, tmp_groups[tmp_index], SET_OFF);
Efree(tmp_groups);
tmp_groups = NULL;
}