diff options
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 9291d926f7..9f9af764cc 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,5 +1,13 @@ 2001-07-23 Ettore Perazzoli <ettore@ximian.com> + * main.c (development_warning): Only show the warning dialog + instead of using `gnome_dialog_run()' so it is not modal. Modal + would be nice, but unfortunately it works bad with Bonobo. Plus + Sawfish doesn't like to keep the modal dialog on top, so it gets + very confusing for users. + +2001-07-23 Ettore Perazzoli <ettore@ximian.com> + * e-task-widget.c (e_task_widget_construct): Uhm, set the usize to `1, -1' instead. |