mirror of https://github.com/GNOME/gimp.git
app: dialogs_toolbox_get() -> dialogs_toolbox_new()
This commit is contained in:
parent
a0ffbd17b1
commit
b237e9343e
|
@ -216,7 +216,7 @@ dialogs_quit_get (GimpDialogFactory *factory,
|
|||
/***********/
|
||||
|
||||
GtkWidget *
|
||||
dialogs_toolbox_get (GimpDialogFactory *factory,
|
||||
dialogs_toolbox_new (GimpDialogFactory *factory,
|
||||
GimpContext *context,
|
||||
GimpUIManager *ui_manager)
|
||||
{
|
||||
|
|
|
@ -67,7 +67,7 @@ GtkWidget * dialogs_quit_get (GimpDialogFactory *factory,
|
|||
|
||||
/* docks */
|
||||
|
||||
GtkWidget * dialogs_toolbox_get (GimpDialogFactory *factory,
|
||||
GtkWidget * dialogs_toolbox_new (GimpDialogFactory *factory,
|
||||
GimpContext *context,
|
||||
GimpUIManager *ui_manager);
|
||||
GtkWidget * dialogs_toolbox_dock_window_new
|
||||
|
|
|
@ -326,7 +326,7 @@ dialogs_init (Gimp *gimp,
|
|||
global_toolbox_factory = gimp_dialog_factory_new ("toolbox",
|
||||
gimp_get_user_context (gimp),
|
||||
menu_factory,
|
||||
dialogs_toolbox_get,
|
||||
dialogs_toolbox_new,
|
||||
TRUE);
|
||||
gimp_dialog_factory_set_constructor (global_toolbox_factory,
|
||||
dialogs_dockable_constructor);
|
||||
|
|
Loading…
Reference in New Issue