diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2001-10-27 04:14:08 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2001-10-27 04:14:08 +0800 |
commit | 87f96121fc651fa1fafd05f9b48482d0f9e90ce8 (patch) | |
tree | ba9c180f875351fccbe289309e2ec9b8438edda3 /shell/ChangeLog | |
parent | ddec7bf225b4bdfa0da7d5009210196867cbcff9 (diff) | |
download | gsoc2013-evolution-87f96121fc651fa1fafd05f9b48482d0f9e90ce8.tar gsoc2013-evolution-87f96121fc651fa1fafd05f9b48482d0f9e90ce8.tar.gz gsoc2013-evolution-87f96121fc651fa1fafd05f9b48482d0f9e90ce8.tar.bz2 gsoc2013-evolution-87f96121fc651fa1fafd05f9b48482d0f9e90ce8.tar.lz gsoc2013-evolution-87f96121fc651fa1fafd05f9b48482d0f9e90ce8.tar.xz gsoc2013-evolution-87f96121fc651fa1fafd05f9b48482d0f9e90ce8.tar.zst gsoc2013-evolution-87f96121fc651fa1fafd05f9b48482d0f9e90ce8.zip |
Use gtk_widget_show_now() so the stupid dialog hopefully displays all the
* main.c (quit_box_new): Use gtk_widget_show_now() so the stupid
dialog hopefully displays all the time.
svn path=/trunk/; revision=14166
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index c19d096576..3494c7f34d 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,5 +1,10 @@ 2001-10-26 Ettore Perazzoli <ettore@ximian.com> + * main.c (quit_box_new): Use gtk_widget_show_now() so the stupid + dialog hopefully displays all the time. + +2001-10-26 Ettore Perazzoli <ettore@ximian.com> + * e-shell-view.c (set_current_notebook_page): Clear the folder bar label to be empty. [#12553] |