Rename gimp_display_shell_scale_setup() to

2008-08-10  Martin Nordholts  <martinn@svn.gnome.org>

	* app/display/gimpdisplayshell-scale.[ch]:
	Rename gimp_display_shell_scale_setup() to
	gimp_display_shell_update_scrollbars_and_rulers(), because that's
	exactly what that function does.

	* app/display/gimpdisplayshell.c
	* app/display/gimpdisplayshell-scroll.c
	* app/display/gimpdisplayshell-handlers.c
	* app/display/gimpdisplayshell-callbacks.c: Adapt to new name.

svn path=/trunk/; revision=26484
This commit is contained in:
Martin Nordholts
2008-08-10 11:56:29 +00:00
committed by Martin Nordholts
parent c023ac02f9
commit 2eacb5cf58
7 changed files with 52 additions and 42 deletions

View File

@ -422,7 +422,7 @@ gimp_display_shell_resolution_changed_handler (GimpImage *image,
if (shell->dot_for_dot)
{
gimp_display_shell_scale_setup (shell);
gimp_display_shell_update_scrollbars_and_rulers (shell);
gimp_display_shell_scaled (shell);
}
else
@ -631,7 +631,7 @@ gimp_display_shell_monitor_res_notify_handler (GObject *config,
if (! shell->dot_for_dot)
{
gimp_display_shell_scale_setup (shell);
gimp_display_shell_update_scrollbars_and_rulers (shell);
gimp_display_shell_scaled (shell);
gimp_display_shell_expose_full (shell);