[prev in list] [next in list] [prev in thread] [next in thread] 

List:       lyx-devel
Subject:    Re: [LyX master] Handle sending a FuncRequest object to lyxerr
From:       Richard Heck <rgheck () comcast ! net>
Date:       2012-06-07 19:28:38
Message-ID: 4FD100E6.6090706 () comcast ! net
[Download RAW message or body]

On 06/07/2012 11:21 AM, Jean-Marc Lasgouttes wrote:
> The branch, master, has been updated.
>
> - Log -----------------------------------------------------------------
>
> commit 0ef36860c380626cc0930b34144794166fc1adb6
> Author: Jean-Marc Lasgouttes<lasgouttes@lyx.org>
> Date:   Thu Jun 7 17:19:04 2012 +0200
>
>      Handle sending a FuncRequest object to lyxerr
>
>        * Implement the corresponding operator<<
>
>        * Use it in a couple new places
>
> diff --git a/src/FuncRequest.cpp b/src/FuncRequest.cpp
> index 1d98ca1..c912b3a 100644
> --- a/src/FuncRequest.cpp
> +++ b/src/FuncRequest.cpp
> @@ -132,12 +133,19 @@ bool operator==(FuncRequest const&  lhs, FuncRequest const&  rhs)
>   ostream&  operator<<(ostream&  os, FuncRequest const&  cmd)
>   {
>   	return os
> -		<<  " action: "<<  cmd.action()
> -		<<  " ["<<  lyxaction.getActionName(cmd.action())<<  "] "
> +		<<  " action: "<<  cmd.action()
> +		<<  " ["<<  lyxaction.getActionName(cmd.action())<<  "]"
>   		<<  " arg: '"<<  to_utf8(cmd.argument())<<  "'"
Did you mean to change this one?

Richard

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic