fixed a compiler warning.
2000-04-14 Michael Natterer <mitch@gimp.org> * libgimp/gimpdialog.c: fixed a compiler warning.
This commit is contained in:
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>
|
||||
|
||||
* 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,
|
||||
va_list args)
|
||||
{
|
||||
GtkWidget *hbbox;
|
||||
GtkWidget *hbbox = NULL;
|
||||
GtkWidget *button;
|
||||
|
||||
/* action area variables */
|
||||
|
@ -265,7 +265,7 @@ void
|
||||
gimp_dialog_create_action_areav (GtkDialog *dialog,
|
||||
va_list args)
|
||||
{
|
||||
GtkWidget *hbbox;
|
||||
GtkWidget *hbbox = NULL;
|
||||
GtkWidget *button;
|
||||
|
||||
/* action area variables */
|
||||
|
Loading…
Reference in New Issue
Block a user