install the message handler for the "Gimp-Dialogs" domain.

2004-09-13  Michael Natterer  <mitch@gimp.org>

	* app/app_procs.c (app_run): install the message handler for the
	"Gimp-Dialogs" domain.
This commit is contained in:
Michael Natterer 2004-09-13 20:00:19 +00:00 committed by Michael Natterer
parent e93af81c53
commit 359303a796
2 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2004-09-13 Michael Natterer <mitch@gimp.org>
* app/app_procs.c (app_run): install the message handler for the
"Gimp-Dialogs" domain.
2004-09-13 Michael Natterer <mitch@gimp.org>
* app/actions/file-commands.c: resurrected file_open_dialog_show()

View file

@ -182,6 +182,7 @@ app_run (const gchar *full_prog_name,
"Gimp-Composite",
"Gimp-Config",
"Gimp-Core",
"Gimp-Dialogs",
"Gimp-Display",
"Gimp-File",
"Gimp-GUI",