fixed a compiler warning.
2000-04-14 Michael Natterer <mitch@gimp.org> * libgimp/gimpdialog.c: fixed a compiler warning.
This commit is contained in:

committed by
Michael Natterer

parent
7a45c58cd5
commit
0608a9920d
@ -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
|
||||||
|
@ -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 */
|
||||||
|
@ -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 */
|
||||||
|
Reference in New Issue
Block a user