untabified.

2004-10-04  Michael Natterer  <mitch@gimp.org>

	* libgimpwidgets/gimphelpui.c: untabified.

	(gimp_help_callback): use GIMP_HELP_ID instead of "gimp-help-id".
This commit is contained in:
Michael Natterer
2004-10-04 13:17:41 +00:00
committed by Michael Natterer
parent c6579be8d4
commit 43f875fc3d
2 changed files with 21 additions and 15 deletions

View File

@ -1,3 +1,9 @@
2004-10-04 Michael Natterer <mitch@gimp.org>
* libgimpwidgets/gimphelpui.c: untabified.
(gimp_help_callback): use GIMP_HELP_ID instead of "gimp-help-id".
2004-10-04 Sven Neumann <sven@gimp.org>
* plug-ins/script-fu/script-fu-interface.c (script_fu_interface):

View File

@ -320,7 +320,7 @@ gimp_help_callback (GtkWidget *widget,
if (tooltips_data && tooltips_data->tip_private)
help_id = tooltips_data->tip_private;
else
help_id = g_object_get_data (G_OBJECT (widget), "gimp-help-id");
help_id = g_object_get_qdata (G_OBJECT (widget), GIMP_HELP_ID);
help_data = g_object_get_data (G_OBJECT (widget), "gimp-help-data");