diff --git a/ChangeLog b/ChangeLog index f47e0502f5..ed73141a63 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2000-08-14 Daniel Egger + + * app/menus.c: Added missing tearoff_delete_cb prototype. + 2000-08-10 Kevin Turner * tools/pdbgen/enumcode-py.pl: diff --git a/app/gui/menus.c b/app/gui/menus.c index 1f69444ec2..cb2cdc7108 100644 --- a/app/gui/menus.c +++ b/app/gui/menus.c @@ -70,6 +70,9 @@ static gchar *menu_translate (const gchar *path, static void tearoff_cmd_callback (GtkWidget *widget, gpointer callback_data, guint callback_action); +static gint tearoff_delete_cb (GtkWidget *widget, + GdkEvent *event, + gpointer data); static void menus_debug_recurse_menu (GtkWidget *menu, gint depth, diff --git a/app/menus.c b/app/menus.c index 1f69444ec2..cb2cdc7108 100644 --- a/app/menus.c +++ b/app/menus.c @@ -70,6 +70,9 @@ static gchar *menu_translate (const gchar *path, static void tearoff_cmd_callback (GtkWidget *widget, gpointer callback_data, guint callback_action); +static gint tearoff_delete_cb (GtkWidget *widget, + GdkEvent *event, + gpointer data); static void menus_debug_recurse_menu (GtkWidget *menu, gint depth, diff --git a/app/menus/menus.c b/app/menus/menus.c index 1f69444ec2..cb2cdc7108 100644 --- a/app/menus/menus.c +++ b/app/menus/menus.c @@ -70,6 +70,9 @@ static gchar *menu_translate (const gchar *path, static void tearoff_cmd_callback (GtkWidget *widget, gpointer callback_data, guint callback_action); +static gint tearoff_delete_cb (GtkWidget *widget, + GdkEvent *event, + gpointer data); static void menus_debug_recurse_menu (GtkWidget *menu, gint depth, diff --git a/app/widgets/gimpitemfactory.c b/app/widgets/gimpitemfactory.c index 1f69444ec2..cb2cdc7108 100644 --- a/app/widgets/gimpitemfactory.c +++ b/app/widgets/gimpitemfactory.c @@ -70,6 +70,9 @@ static gchar *menu_translate (const gchar *path, static void tearoff_cmd_callback (GtkWidget *widget, gpointer callback_data, guint callback_action); +static gint tearoff_delete_cb (GtkWidget *widget, + GdkEvent *event, + gpointer data); static void menus_debug_recurse_menu (GtkWidget *menu, gint depth,