GNOME Bugzilla – Bug 344140
[eog-ng] remove duplicate code in fullscreen-code
Last modified: 2006-06-25 13:15:37 UTC
The timeout for hiding the toolbar in fullscreen is cleared in several cases. In some of these cases there was code copied which does the same as the code in fullscreen_clear_timeout().
Created attachment 66908 [details] [review] remove duplicate code This patch removes the duplicate code and replaces it by function calls to fullscreen_clear_timeout ().
Thank you Felix. Commited to eog-ng branch. 2006-06-25 Claudio Saavedra <csaavedra@alumnos.utalca.cl> * shell/eog-window.c: (fullscreen_timeout_cb), (fullscreen_set_timeout), (eog_window_dispose): Remove some duplicated code and use fullscreen_clear_timeout () instead of it (Fixes bug #344140). Patch from Felix Riemann <felix@hsgheli.de>.