removed trailing whitespace.
2004-02-05 Michael Natterer <mitch@gimp.org> * app/core/gimpimage-crop.c: removed trailing whitespace. * app/gui/debug-commands.[ch] * app/gui/toolbox-menu.c: renamed ENABLE_DEBUG_ENTRIES to ENABLE_DEBUG_MENU and #define it to be equal to GIMP_UNSTABLE.
This commit is contained in:

committed by
Michael Natterer

parent
b48b110e3e
commit
be6b23d68a
@ -1,3 +1,11 @@
|
|||||||
|
2004-02-05 Michael Natterer <mitch@gimp.org>
|
||||||
|
|
||||||
|
* app/core/gimpimage-crop.c: removed trailing whitespace.
|
||||||
|
|
||||||
|
* app/gui/debug-commands.[ch]
|
||||||
|
* app/gui/toolbox-menu.c: renamed ENABLE_DEBUG_ENTRIES to
|
||||||
|
ENABLE_DEBUG_MENU and #define it to be equal to GIMP_UNSTABLE.
|
||||||
|
|
||||||
2004-02-05 Michael Natterer <mitch@gimp.org>
|
2004-02-05 Michael Natterer <mitch@gimp.org>
|
||||||
|
|
||||||
* app/tools/gimprectselecttool.c
|
* app/tools/gimprectselecttool.c
|
||||||
|
@ -35,7 +35,7 @@
|
|||||||
#include "menus.h"
|
#include "menus.h"
|
||||||
|
|
||||||
|
|
||||||
#ifdef ENABLE_DEBUG_ENTRIES
|
#ifdef ENABLE_DEBUG_MENU
|
||||||
|
|
||||||
/* local function prototypes */
|
/* local function prototypes */
|
||||||
|
|
||||||
@ -145,4 +145,4 @@ debug_dump_menus_recurse_menu (GtkWidget *menu,
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif /* ENABLE_DEBUG_ENTRIES */
|
#endif /* ENABLE_DEBUG_MENU */
|
||||||
|
@ -20,17 +20,17 @@
|
|||||||
#define __DEBUG_COMMANDS_H__
|
#define __DEBUG_COMMANDS_H__
|
||||||
|
|
||||||
|
|
||||||
#define ENABLE_DEBUG_ENTRIES 1
|
#define ENABLE_DEBUG_MENU GIMP_UNSTABLE
|
||||||
|
|
||||||
|
|
||||||
#ifdef ENABLE_DEBUG_ENTRIES
|
#ifdef ENABLE_DEBUG_MENU
|
||||||
void debug_dump_menus_cmd_callback (GtkWidget *widget,
|
void debug_dump_menus_cmd_callback (GtkWidget *widget,
|
||||||
gpointer data,
|
gpointer data,
|
||||||
guint action);
|
guint action);
|
||||||
void debug_mem_profile_cmd_callback (GtkWidget *widget,
|
void debug_mem_profile_cmd_callback (GtkWidget *widget,
|
||||||
gpointer data,
|
gpointer data,
|
||||||
guint action);
|
guint action);
|
||||||
#endif /* ENABLE_DEBUG_ENTRIES */
|
#endif /* ENABLE_DEBUG_MENU */
|
||||||
|
|
||||||
|
|
||||||
#endif /* __DEBUG_COMMANDS_H__ */
|
#endif /* __DEBUG_COMMANDS_H__ */
|
||||||
|
@ -35,7 +35,7 @@
|
|||||||
#include "menus.h"
|
#include "menus.h"
|
||||||
|
|
||||||
|
|
||||||
#ifdef ENABLE_DEBUG_ENTRIES
|
#ifdef ENABLE_DEBUG_MENU
|
||||||
|
|
||||||
/* local function prototypes */
|
/* local function prototypes */
|
||||||
|
|
||||||
@ -145,4 +145,4 @@ debug_dump_menus_recurse_menu (GtkWidget *menu,
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif /* ENABLE_DEBUG_ENTRIES */
|
#endif /* ENABLE_DEBUG_MENU */
|
||||||
|
@ -20,17 +20,17 @@
|
|||||||
#define __DEBUG_COMMANDS_H__
|
#define __DEBUG_COMMANDS_H__
|
||||||
|
|
||||||
|
|
||||||
#define ENABLE_DEBUG_ENTRIES 1
|
#define ENABLE_DEBUG_MENU GIMP_UNSTABLE
|
||||||
|
|
||||||
|
|
||||||
#ifdef ENABLE_DEBUG_ENTRIES
|
#ifdef ENABLE_DEBUG_MENU
|
||||||
void debug_dump_menus_cmd_callback (GtkWidget *widget,
|
void debug_dump_menus_cmd_callback (GtkWidget *widget,
|
||||||
gpointer data,
|
gpointer data,
|
||||||
guint action);
|
guint action);
|
||||||
void debug_mem_profile_cmd_callback (GtkWidget *widget,
|
void debug_mem_profile_cmd_callback (GtkWidget *widget,
|
||||||
gpointer data,
|
gpointer data,
|
||||||
guint action);
|
guint action);
|
||||||
#endif /* ENABLE_DEBUG_ENTRIES */
|
#endif /* ENABLE_DEBUG_MENU */
|
||||||
|
|
||||||
|
|
||||||
#endif /* __DEBUG_COMMANDS_H__ */
|
#endif /* __DEBUG_COMMANDS_H__ */
|
||||||
|
@ -225,7 +225,7 @@ GimpItemFactoryEntry toolbox_menu_entries[] =
|
|||||||
"gimp-error-console",
|
"gimp-error-console",
|
||||||
GIMP_HELP_ERRORS_DIALOG, NULL },
|
GIMP_HELP_ERRORS_DIALOG, NULL },
|
||||||
|
|
||||||
#ifdef ENABLE_DEBUG_ENTRIES
|
#ifdef ENABLE_DEBUG_MENU
|
||||||
MENU_BRANCH (N_("/File/D_ebug")),
|
MENU_BRANCH (N_("/File/D_ebug")),
|
||||||
|
|
||||||
{ { "/File/Debug/_Mem Profile", NULL,
|
{ { "/File/Debug/_Mem Profile", NULL,
|
||||||
@ -234,7 +234,7 @@ GimpItemFactoryEntry toolbox_menu_entries[] =
|
|||||||
{ { "/File/Debug/_Dump Items", NULL,
|
{ { "/File/Debug/_Dump Items", NULL,
|
||||||
debug_dump_menus_cmd_callback, 0 },
|
debug_dump_menus_cmd_callback, 0 },
|
||||||
NULL, NULL, NULL },
|
NULL, NULL, NULL },
|
||||||
#endif
|
#endif /* ENABLE_DEBUG_MENU */
|
||||||
|
|
||||||
MENU_SEPARATOR ("/File/---"),
|
MENU_SEPARATOR ("/File/---"),
|
||||||
|
|
||||||
|
@ -225,7 +225,7 @@ GimpItemFactoryEntry toolbox_menu_entries[] =
|
|||||||
"gimp-error-console",
|
"gimp-error-console",
|
||||||
GIMP_HELP_ERRORS_DIALOG, NULL },
|
GIMP_HELP_ERRORS_DIALOG, NULL },
|
||||||
|
|
||||||
#ifdef ENABLE_DEBUG_ENTRIES
|
#ifdef ENABLE_DEBUG_MENU
|
||||||
MENU_BRANCH (N_("/File/D_ebug")),
|
MENU_BRANCH (N_("/File/D_ebug")),
|
||||||
|
|
||||||
{ { "/File/Debug/_Mem Profile", NULL,
|
{ { "/File/Debug/_Mem Profile", NULL,
|
||||||
@ -234,7 +234,7 @@ GimpItemFactoryEntry toolbox_menu_entries[] =
|
|||||||
{ { "/File/Debug/_Dump Items", NULL,
|
{ { "/File/Debug/_Dump Items", NULL,
|
||||||
debug_dump_menus_cmd_callback, 0 },
|
debug_dump_menus_cmd_callback, 0 },
|
||||||
NULL, NULL, NULL },
|
NULL, NULL, NULL },
|
||||||
#endif
|
#endif /* ENABLE_DEBUG_MENU */
|
||||||
|
|
||||||
MENU_SEPARATOR ("/File/---"),
|
MENU_SEPARATOR ("/File/---"),
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user