fixed a compiler warning.

2000-04-14  Michael Natterer  <mitch@gimp.org>

	* libgimp/gimpdialog.c: fixed a compiler warning.
This commit is contained in:
Michael Natterer
2000-04-14 18:05:13 +00:00
committed by Michael Natterer
parent 7a45c58cd5
commit 0608a9920d
3 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2000-04-14 Michael Natterer <mitch@gimp.org>
* libgimp/gimpdialog.c: fixed a compiler warning.
2000-04-14 Michael Natterer <mitch@gimp.org> 2000-04-14 Michael Natterer <mitch@gimp.org>
* app/brush_select.c: when re-drawing a dirty brush, clear it's * app/brush_select.c: when re-drawing a dirty brush, clear it's

View File

@ -265,7 +265,7 @@ void
gimp_dialog_create_action_areav (GtkDialog *dialog, gimp_dialog_create_action_areav (GtkDialog *dialog,
va_list args) va_list args)
{ {
GtkWidget *hbbox; GtkWidget *hbbox = NULL;
GtkWidget *button; GtkWidget *button;
/* action area variables */ /* action area variables */

View File

@ -265,7 +265,7 @@ void
gimp_dialog_create_action_areav (GtkDialog *dialog, gimp_dialog_create_action_areav (GtkDialog *dialog,
va_list args) va_list args)
{ {
GtkWidget *hbbox; GtkWidget *hbbox = NULL;
GtkWidget *button; GtkWidget *button;
/* action area variables */ /* action area variables */