initialize the parent_class pointer with NULL.

2005-07-08  Michael Natterer  <mitch@gimp.org>

	* app/tools/gimpclonetool.c: initialize the parent_class pointer
	with NULL.
This commit is contained in:
Michael Natterer 2005-07-08 18:44:59 +00:00 committed by Michael Natterer
parent c6ca1a8419
commit ddfcad7703
3 changed files with 7 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2005-07-08 Michael Natterer <mitch@gimp.org>
* app/tools/gimpclonetool.c: initialize the parent_class pointer
with NULL.
2005-07-08 Michael Natterer <mitch@gimp.org> 2005-07-08 Michael Natterer <mitch@gimp.org>
* app/widgets/gimpfiledialog.c (gimp_file_dialog_new): enable * app/widgets/gimpfiledialog.c (gimp_file_dialog_new): enable

View file

@ -76,7 +76,7 @@ static void gimp_clone_tool_draw (GimpDrawTool *draw_tool);
static GtkWidget * gimp_clone_options_gui (GimpToolOptions *tool_options); static GtkWidget * gimp_clone_options_gui (GimpToolOptions *tool_options);
static GimpPaintToolClass *parent_class; static GimpPaintToolClass *parent_class = NULL;
void void

View file

@ -76,7 +76,7 @@ static void gimp_clone_tool_draw (GimpDrawTool *draw_tool);
static GtkWidget * gimp_clone_options_gui (GimpToolOptions *tool_options); static GtkWidget * gimp_clone_options_gui (GimpToolOptions *tool_options);
static GimpPaintToolClass *parent_class; static GimpPaintToolClass *parent_class = NULL;
void void