use gtk_about_dialog instead of home-brewn stuff.

2005-05-28  Maurits Rijk  <m.rijk@chello.nl>

	* plug-ins/imagemap/imap_about.c: use gtk_about_dialog instead of
	home-brewn stuff.

	* plug-ins/imagemap/imap_main.c
	* plug-ins/imagemap/imap_menu.c: minor clean-up.
This commit is contained in:
Maurits Rijk
2005-05-28 18:13:18 +00:00
committed by Maurits Rijk
parent 4b10d69d66
commit 3ee2a3a0aa
4 changed files with 47 additions and 26 deletions

View File

@ -1270,6 +1270,18 @@ do_move_down(void)
*/
}
void
do_use_gimp_guides_dialog(void)
{
command_execute (gimp_guides_command_new (_shapes, _drawable));
}
void
do_create_guides_dialog(void)
{
command_execute (guides_command_new (_shapes));
}
#ifdef _NOT_READY_YET_
static Command_t*
@ -1302,17 +1314,6 @@ factory_send_to_back(void)
return send_to_back_command_new(_shapes);
}
static Command_t*
factory_create_guides_dialog(void)
{
return guides_command_new(_shapes);
}
static Command_t*
factory_use_gimp_guides_dialog(void)
{
return gimp_guides_command_new(_shapes, _drawable);
}
#endif
static Command_t*