mirror of https://github.com/GNOME/gimp.git
cosmetic paranoia.
2008-09-17 Michael Natterer <mitch@gimp.org> * app/widgets/gimpdockable.c: cosmetic paranoia. svn path=/trunk/; revision=26971
This commit is contained in:
parent
68c21b49e9
commit
2f13a57002
|
@ -1,3 +1,7 @@
|
|||
2008-09-17 Michael Natterer <mitch@gimp.org>
|
||||
|
||||
* app/widgets/gimpdockable.c: cosmetic paranoia.
|
||||
|
||||
2008-09-17 Michael Natterer <mitch@gimp.org>
|
||||
|
||||
Revert the change which adds GError parameters to
|
||||
|
|
|
@ -89,7 +89,7 @@ static void gimp_dockable_remove (GtkContainer *container,
|
|||
GtkWidget *widget);
|
||||
static GType gimp_dockable_child_type (GtkContainer *container);
|
||||
static void gimp_dockable_forall (GtkContainer *container,
|
||||
gboolean include_internals,
|
||||
gboolean include_internals,
|
||||
GtkCallback callback,
|
||||
gpointer callback_data);
|
||||
|
||||
|
|
Loading…
Reference in New Issue