mirror of https://github.com/GNOME/gimp.git
parent
012eb01deb
commit
0bb72aa6c8
|
@ -1,3 +1,7 @@
|
|||
2000-08-14 Daniel Egger <egger@suse.de>
|
||||
|
||||
* app/menus.c: Added missing tearoff_delete_cb prototype.
|
||||
|
||||
2000-08-10 Kevin Turner <acapnotic@users.sourceforge.net>
|
||||
|
||||
* tools/pdbgen/enumcode-py.pl:
|
||||
|
|
|
@ -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,
|
||||
|
|
|
@ -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,
|
||||
|
|
|
@ -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,
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue