forked from e16/e16
1
0
Fork 0

Tue Sep 21 23:17:24 PDT 1999

(Raster)

only allow one "default group settings" configuration dialog at a time


SVN revision: 364
This commit is contained in:
Carsten Haitzler 1999-09-22 05:49:50 +00:00
parent e4b28bcf8f
commit f93a5f8c22
2 changed files with 8 additions and 1 deletions

View File

@ -2152,3 +2152,10 @@ Tue Sep 21 19:51:51 PDT 1999
(Raster)
get rid of 2 warnings
-------------------------------------------------------------------------------
Tue Sep 21 23:17:24 PDT 1999
(Raster)
only allow one "default group settings" configuration dialog at a time

View File

@ -3762,7 +3762,7 @@ SettingsDefaultGroupControl(void)
Dialog *d;
DItem *table, *di;
if ((d = FindItem("CONFIGURE_MOVERESIZE", 0, LIST_FINDBY_NAME,
if ((d = FindItem("CONFIGURE_DEFAULT_GROUP_CONTROL", 0, LIST_FINDBY_NAME,
LIST_TYPE_DIALOG)))
{
AUDIO_PLAY("SOUND_SETTINGS_ACTIVE");