don't destroy-with-parent

added missing include

svn path=/trunk/; revision=21632
This commit is contained in:
Sven Neumann 2007-01-03 11:36:26 +00:00
parent 4981ad57e3
commit 68efc4c55c

View file

@ -27,6 +27,7 @@
#include <libgimp/gimpui.h>
#include "imap_default_dialog.h"
#include "imap_main.h"
static void
@ -93,7 +94,7 @@ make_default_dialog (const gchar *title)
data->cancel_cb = NULL;
data->dialog = gimp_dialog_new (title, "imagemap",
get_dialog(), GTK_DIALOG_DESTROY_WITH_PARENT,
get_dialog(), 0,
/* gimp_standard_help_func,
"plug-in-imagemap", */
gimp_standard_help_func, NULL,