cleanup.
2003-12-06 Michael Natterer <mitch@gimp.org> * app/widgets/gimphelp.c (gimp_idle_help): cleanup.
This commit is contained in:

committed by
Michael Natterer

parent
26a68a58d9
commit
2d01d50c4f
@ -1,3 +1,7 @@
|
|||||||
|
2003-12-06 Michael Natterer <mitch@gimp.org>
|
||||||
|
|
||||||
|
* app/widgets/gimphelp.c (gimp_idle_help): cleanup.
|
||||||
|
|
||||||
2003-12-06 Michael Natterer <mitch@gimp.org>
|
2003-12-06 Michael Natterer <mitch@gimp.org>
|
||||||
|
|
||||||
* app/xcf/xcf-private.h: added "GimpTattoo tattoo_state" to the
|
* app/xcf/xcf-private.h: added "GimpTattoo tattoo_state" to the
|
||||||
|
@ -112,25 +112,16 @@ gimp_help (Gimp *gimp,
|
|||||||
static gboolean
|
static gboolean
|
||||||
gimp_idle_help (gpointer data)
|
gimp_idle_help (gpointer data)
|
||||||
{
|
{
|
||||||
GimpIdleHelp *idle_help;
|
GimpIdleHelp *idle_help = data;
|
||||||
GimpHelpBrowserType browser;
|
GimpHelpBrowserType browser;
|
||||||
|
|
||||||
idle_help = (GimpIdleHelp *) data;
|
|
||||||
|
|
||||||
browser = GIMP_GUI_CONFIG (idle_help->gimp->config)->help_browser;
|
browser = GIMP_GUI_CONFIG (idle_help->gimp->config)->help_browser;
|
||||||
|
|
||||||
#ifdef DEBUG_HELP
|
#ifdef DEBUG_HELP
|
||||||
if (idle_help->help_domain)
|
g_print ("Help Domain: %s\n",
|
||||||
g_print ("Help Domain: %s\n", idle_help->help_domain);
|
idle_help->help_domain ? idle_help->help_domain : "NULL");
|
||||||
else
|
g_print ("Help ID: %s\n\n",
|
||||||
g_print ("Help Domain: NULL\n");
|
idle_help->help_id ? idle_help->help_id : "NULL");
|
||||||
|
|
||||||
if (idle_help->help_id)
|
|
||||||
g_print ("Help ID: %s\n", idle_help->help_id);
|
|
||||||
else
|
|
||||||
g_print ("Help ID: NULL\n");
|
|
||||||
|
|
||||||
g_print ("\n");
|
|
||||||
#endif /* DEBUG_HELP */
|
#endif /* DEBUG_HELP */
|
||||||
|
|
||||||
switch (browser)
|
switch (browser)
|
||||||
|
Reference in New Issue
Block a user