[ros-bugs] [Bug 1502] Regedit deletes keys by accident.
ReactOS.Bugzilla at www.reactos.org
ReactOS.Bugzilla at www.reactos.org
Sat Sep 1 17:49:06 CEST 2007
http://www.reactos.org/bugzilla/show_bug.cgi?id=1502
grschneider <grschneider at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |grschneider at gmail.com
--- Comment #1 from grschneider <grschneider at gmail.com> 2007-09-01 17:49:06 CET ---
This regedit bug is present only in ROS, not in Windows.
Difference between those two:
-in Windows RegRenameValue (file:regproc.c) is only called if changes were made
to the value
-in ROS RegRenameValue is always being called, even if no changes occur
Could be hackfixed by adding a stringcmp in listview.c between old and new
value before calling RegRenameValue.
But actually it seems Exlorer or some other component sends an obsolete rename
message.
--
Configure bugmail: http://www.reactos.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the Ros-bugs
mailing list