wine/programs/regedit regproc.h regproc.c rege ...

Vincent Béron vberon at mecano.gme.usherb.ca
Wed Aug 13 21:17:06 CDT 2003


Le mer 13/08/2003 à 21:07, Vincent Béron a écrit :
> Le mer 06/08/2003 à 23:10, Alexandre Julliard a écrit :
> > ChangeSet ID:	8934
> > CVSROOT:	/home/winehq/opt/cvs-commit
> > Module name:	wine
> > Changes by:	julliard at wine.codeweavers.com	2003/08/06 22:10:13
> > 
> > Modified files:
> > 	programs/regedit: regproc.h regproc.c regedit.c Makefile.in 
> > 	                  .cvsignore 
> > Added files:
> > 	programs/regedit: treeview.c rsrc.rc resource.rc resource.h 
> > 	                  main.h main.c listview.c framewnd.c childwnd.c 
> > 	                  about.c En.rc 
> > 
> > Log message:
> > 	Robert Dickenson <robd at reactos.org>
> > 	Steven Edwards <Steven_Ed4153 at yahoo.com>
> > 	Mike McCormack <mike at codeweavers.com>
> > 	Implemented GUI for regedit.
> > 
> > Patch: http://cvs.winehq.com/patch.py?root=/home/winehq/opt/cvs-commit&id=8934
> 
> regedit.c:
> @@ -153,10 +154,13 @@
>      }
>  
>      if (action == ACTION_UNDEF)
> -    {
> -        action = ACTION_ADD;
> +        return FALSE;
> +
> +    return PerformRegAction(action, s);
>      }
> 
> 
> This seems to have broken commandline only regedit, for the ACTION_ADD
> case (used in wineinstall et al.).
> 
> The included patch should fix it (building in progress).

Argh, it was incomplete. This one works (has been tested).

Vincent
-------------- next part --------------
A non-text attachment was scrubbed...
Name: wine-20030813-regedit.patch
Type: text/x-patch
Size: 605 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-devel/attachments/20030813/738d1e6e/wine-20030813-regedit.bin


More information about the wine-devel mailing list