Re: [Gimp-developer] possible bug

2013-09-06 Thread Partha Bagchi
Please file a bugreport.

Thanks,
Partha


On Thu, Sep 5, 2013 at 11:33 PM, Warren Turkal w...@penguintechs.org wrote:

 Hi,

 I have found a possible bug
 in gimp/app/display/gimpdisplayshell-transform.c:285. The line is as
 follows:
 *rotated_coords = *rotated_coords

 Is it possible that it should be the following?
 *rotated_coords = *unrotated_coords

 Also, the documentation for the function containing this line and the next
 function appear to be wrong.

 Thanks,
 wt
 ___
 gimp-developer-list mailing list
 List address:gimp-developer-list@gnome.org
 List membership:
 https://mail.gnome.org/mailman/listinfo/gimp-developer-list

___
gimp-developer-list mailing list
List address:gimp-developer-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-developer-list


Re: [Gimp-developer] possible bug

2013-09-06 Thread Jehan Pagès
Hi,

On Fri, Sep 6, 2013 at 9:34 PM, Partha Bagchi parth...@gmail.com wrote:
 Please file a bugreport.

no need. It has been reported on IRC yesterday and already fixed in
the master branch by Mikachu:

commit a9eb0c5120487184a304286741f67181f152c0db
Author: Mikael Magnusson mika...@src.gnome.org
Date:   Thu Sep 5 13:20:03 2013 +0200

app: Fix a typo in an unused function

Found by wt on irc.

Have fun!

Jehan

 Thanks,
 Partha


 On Thu, Sep 5, 2013 at 11:33 PM, Warren Turkal w...@penguintechs.org wrote:

 Hi,

 I have found a possible bug
 in gimp/app/display/gimpdisplayshell-transform.c:285. The line is as
 follows:
 *rotated_coords = *rotated_coords

 Is it possible that it should be the following?
 *rotated_coords = *unrotated_coords

 Also, the documentation for the function containing this line and the next
 function appear to be wrong.

 Thanks,
 wt
 ___
 gimp-developer-list mailing list
 List address:gimp-developer-list@gnome.org
 List membership:
 https://mail.gnome.org/mailman/listinfo/gimp-developer-list

 ___
 gimp-developer-list mailing list
 List address:gimp-developer-list@gnome.org
 List membership: https://mail.gnome.org/mailman/listinfo/gimp-developer-list
___
gimp-developer-list mailing list
List address:gimp-developer-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-developer-list


[Gimp-developer] possible bug

2013-09-05 Thread Warren Turkal
Hi,

I have found a possible bug
in gimp/app/display/gimpdisplayshell-transform.c:285. The line is as
follows:
*rotated_coords = *rotated_coords

Is it possible that it should be the following?
*rotated_coords = *unrotated_coords

Also, the documentation for the function containing this line and the next
function appear to be wrong.

Thanks,
wt
___
gimp-developer-list mailing list
List address:gimp-developer-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gimp-developer-list