diff options
| -rw-r--r-- | lwlib/ChangeLog | 5 | ||||
| -rw-r--r-- | lwlib/lwlib-Xaw.c | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/lwlib/ChangeLog b/lwlib/ChangeLog index 9ed9e4246e5..d33586160d6 100644 --- a/lwlib/ChangeLog +++ b/lwlib/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2002-01-09 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | ||
| 2 | |||
| 3 | * lwlib-Xaw.c (xaw_create_dialog): Initialize icon_name to | ||
| 4 | suppress compiler warnings. | ||
| 5 | |||
| 1 | 2001-12-18 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 6 | 2001-12-18 Pavel Jan,Bm(Bk <Pavel@Janik.cz> |
| 2 | 7 | ||
| 3 | * lwlib.c (separator_names): Add missing braces around | 8 | * lwlib.c (separator_names): Add missing braces around |
diff --git a/lwlib/lwlib-Xaw.c b/lwlib/lwlib-Xaw.c index 214548da97e..d08051376f0 100644 --- a/lwlib/lwlib-Xaw.c +++ b/lwlib/lwlib-Xaw.c | |||
| @@ -395,7 +395,7 @@ xaw_create_dialog (instance) | |||
| 395 | Widget widget; | 395 | Widget widget; |
| 396 | Boolean pop_up_p = instance->pop_up_p; | 396 | Boolean pop_up_p = instance->pop_up_p; |
| 397 | char *shell_name = 0; | 397 | char *shell_name = 0; |
| 398 | char *icon_name; | 398 | char *icon_name = 0; |
| 399 | Boolean text_input_slot = False; | 399 | Boolean text_input_slot = False; |
| 400 | Boolean radio_box = False; | 400 | Boolean radio_box = False; |
| 401 | Boolean list = False; | 401 | Boolean list = False; |