Makefile.am new file.

2000-02-10  Michael Natterer  <mitch@gimp.org>

	* Makefile.am
	* pixmaps/wilber.xpm: new file.

	* libgimp/gimpdialog.[ch]: uncommented some lines. Depending on
	your window manager, you'll figure out what it does without having
	to look at the sources...

	* app/app_procs.c
	* app/gradient.c
	* app/menus.c: minor changes to bring the goodie above to all
	places. Did dome cleanups.

	* app/commands.c: I18N fix.

	* app/channels_dialog.c: removed an unused declaration.
This commit is contained in:
Michael Natterer
2000-02-10 00:00:54 +00:00
committed by Michael Natterer
parent a29814cd0e
commit 9cb95b1949
21 changed files with 775 additions and 434 deletions

View File

@ -4447,6 +4447,9 @@ cpopup_create_color_dialog (gchar *title,
window = gtk_color_selection_dialog_new (title);
gimp_help_connect_help_accel (window, gimp_standard_help_func,
"dialogs/gradient_editor/gradient_editor.html");
csd = GTK_COLOR_SELECTION_DIALOG (window);
cs = GTK_COLOR_SELECTION (csd->colorsel);