mirror of https://github.com/GNOME/gimp.git
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:
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>
|
||||
|
||||
* app/tools/gimprectselecttool.c
|
||||
|
|
|
@ -35,7 +35,7 @@
|
|||
#include "menus.h"
|
||||
|
||||
|
||||
#ifdef ENABLE_DEBUG_ENTRIES
|
||||
#ifdef ENABLE_DEBUG_MENU
|
||||
|
||||
/* 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 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,
|
||||
gpointer data,
|
||||
guint action);
|
||||
void debug_mem_profile_cmd_callback (GtkWidget *widget,
|
||||
gpointer data,
|
||||
guint action);
|
||||
#endif /* ENABLE_DEBUG_ENTRIES */
|
||||
#endif /* ENABLE_DEBUG_MENU */
|
||||
|
||||
|
||||
#endif /* __DEBUG_COMMANDS_H__ */
|
||||
|
|
|
@ -35,7 +35,7 @@
|
|||
#include "menus.h"
|
||||
|
||||
|
||||
#ifdef ENABLE_DEBUG_ENTRIES
|
||||
#ifdef ENABLE_DEBUG_MENU
|
||||
|
||||
/* 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 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,
|
||||
gpointer data,
|
||||
guint action);
|
||||
void debug_mem_profile_cmd_callback (GtkWidget *widget,
|
||||
gpointer data,
|
||||
guint action);
|
||||
#endif /* ENABLE_DEBUG_ENTRIES */
|
||||
#endif /* ENABLE_DEBUG_MENU */
|
||||
|
||||
|
||||
#endif /* __DEBUG_COMMANDS_H__ */
|
||||
|
|
|
@ -225,7 +225,7 @@ GimpItemFactoryEntry toolbox_menu_entries[] =
|
|||
"gimp-error-console",
|
||||
GIMP_HELP_ERRORS_DIALOG, NULL },
|
||||
|
||||
#ifdef ENABLE_DEBUG_ENTRIES
|
||||
#ifdef ENABLE_DEBUG_MENU
|
||||
MENU_BRANCH (N_("/File/D_ebug")),
|
||||
|
||||
{ { "/File/Debug/_Mem Profile", NULL,
|
||||
|
@ -234,7 +234,7 @@ GimpItemFactoryEntry toolbox_menu_entries[] =
|
|||
{ { "/File/Debug/_Dump Items", NULL,
|
||||
debug_dump_menus_cmd_callback, 0 },
|
||||
NULL, NULL, NULL },
|
||||
#endif
|
||||
#endif /* ENABLE_DEBUG_MENU */
|
||||
|
||||
MENU_SEPARATOR ("/File/---"),
|
||||
|
||||
|
|
|
@ -225,7 +225,7 @@ GimpItemFactoryEntry toolbox_menu_entries[] =
|
|||
"gimp-error-console",
|
||||
GIMP_HELP_ERRORS_DIALOG, NULL },
|
||||
|
||||
#ifdef ENABLE_DEBUG_ENTRIES
|
||||
#ifdef ENABLE_DEBUG_MENU
|
||||
MENU_BRANCH (N_("/File/D_ebug")),
|
||||
|
||||
{ { "/File/Debug/_Mem Profile", NULL,
|
||||
|
@ -234,7 +234,7 @@ GimpItemFactoryEntry toolbox_menu_entries[] =
|
|||
{ { "/File/Debug/_Dump Items", NULL,
|
||||
debug_dump_menus_cmd_callback, 0 },
|
||||
NULL, NULL, NULL },
|
||||
#endif
|
||||
#endif /* ENABLE_DEBUG_MENU */
|
||||
|
||||
MENU_SEPARATOR ("/File/---"),
|
||||
|
||||
|
|
Loading…
Reference in New Issue