renamed paramater "update_popup" to "popup_only" because it's less

2002-12-14  Michael Natterer  <mitch@gimp.org>

	* app/display/gimpdisplayshell.[ch]
	(gimp_display_shell_set_menu_sensitivity): renamed paramater
	"update_popup" to "popup_only" because it's less confusing. Fixed
	the function to update the popup correctly for shell = NULL.
This commit is contained in:
Michael Natterer
2002-12-14 18:44:52 +00:00
committed by Michael Natterer
parent 1d1be9f079
commit 4c39ac3337
5 changed files with 43 additions and 22 deletions

View File

@ -209,7 +209,7 @@ void gimp_display_shell_untransform_xy_f (GimpDisplayShell *shell,
void gimp_display_shell_set_menu_sensitivity (GimpDisplayShell *shell,
Gimp *gimp,
gboolean update_popup);
gboolean popup_only);
GimpGuide * gimp_display_shell_find_guide (GimpDisplayShell *shell,
gdouble x,