update libegg stuff

This commit is contained in:
Havoc Pennington 2002-07-17 02:21:15 +00:00
parent 26ea31107f
commit 8e2d576805

View File

@ -328,7 +328,7 @@ egg_accelerator_parse_virtual (const gchar *accelerator,
if (accelerator_mods) if (accelerator_mods)
*accelerator_mods = mods; *accelerator_mods = mods;
return !bad_keyval && mods != 0; return !bad_keyval;
} }