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:

committed by
Michael Natterer

parent
1d1be9f079
commit
4c39ac3337
@ -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,
|
||||
|
Reference in New Issue
Block a user