commented out debugging output.

2003-01-27  Sven Neumann  <sven@gimp.org>

	* app/gui/preferences-dialog.c: commented out debugging output.
This commit is contained in:
Sven Neumann 2003-01-27 13:41:27 +00:00 committed by Sven Neumann
parent caf6d3d532
commit 416049f460
3 changed files with 14 additions and 4 deletions

View file

@ -1,3 +1,7 @@
2003-01-27 Sven Neumann <sven@gimp.org>
* app/gui/preferences-dialog.c: commented out debugging output.
2003-01-27 Sven Neumann <sven@gimp.org>
* configure.in

View file

@ -48,7 +48,7 @@
#include "libgimp/gimpintl.h"
#define MAX_COMMENT_LENGTH 512 /* arbitrary */
#define MAX_COMMENT_LENGTH 512 /* arbitrary */
/* preferences local functions */
@ -177,15 +177,18 @@ prefs_config_copy_notify (GObject *config_copy,
{
if (param_spec->flags & GIMP_PARAM_CONFIRM)
{
#ifdef GIMP_CONFIG_DEBUG
g_print ("NOT Applying prefs change of '%s' to edit_config "
"because it needs confirmation\n",
param_spec->name);
#endif
}
else
{
#ifdef GIMP_CONFIG_DEBUG
g_print ("Applying prefs change of '%s' to edit_config\n",
param_spec->name);
#endif
g_signal_handlers_block_by_func (config,
prefs_config_notify,
config_copy);

View file

@ -48,7 +48,7 @@
#include "libgimp/gimpintl.h"
#define MAX_COMMENT_LENGTH 512 /* arbitrary */
#define MAX_COMMENT_LENGTH 512 /* arbitrary */
/* preferences local functions */
@ -177,15 +177,18 @@ prefs_config_copy_notify (GObject *config_copy,
{
if (param_spec->flags & GIMP_PARAM_CONFIRM)
{
#ifdef GIMP_CONFIG_DEBUG
g_print ("NOT Applying prefs change of '%s' to edit_config "
"because it needs confirmation\n",
param_spec->name);
#endif
}
else
{
#ifdef GIMP_CONFIG_DEBUG
g_print ("Applying prefs change of '%s' to edit_config\n",
param_spec->name);
#endif
g_signal_handlers_block_by_func (config,
prefs_config_notify,
config_copy);