GNOME Bugzilla – Bug 342165
Avoid NOOP in impl_zoom_region_set_mag_factor
Last modified: 2006-11-27 21:59:50 UTC
We can verify if the actual mag factor is equal to the ones specified in the function parameters, so we can return and avoid the execution of a lot of NOOP operations.
Created attachment 65717 [details] [review] Patch for this
Created attachment 65723 [details] [review] The older patch does not compile, sorry, I will not make these mistakes again :-8
Actually doesn't the new patch also put code in front of declarations? It shouldn't do that...
Created attachment 77230 [details] [review] patch the issue
Fixed in the development version. The fix will be available in the next major release. Thank you for your bug report.