diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2000-07-25 19:07:12 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2000-07-25 19:07:12 +0800 |
commit | 5b9ae086e8d94b5354b96543175c1ffe0922fa3c (patch) | |
tree | 7b7c69410817ed5b39779e597bbf8716bc87cf3f /shell/ChangeLog | |
parent | 126807f8aa489bc2de242a05888fe4a83993d323 (diff) | |
download | gsoc2013-evolution-5b9ae086e8d94b5354b96543175c1ffe0922fa3c.tar.gz gsoc2013-evolution-5b9ae086e8d94b5354b96543175c1ffe0922fa3c.tar.zst gsoc2013-evolution-5b9ae086e8d94b5354b96543175c1ffe0922fa3c.zip |
Work around utter GtkOptionMenu brokenness so that we finally have a
nice-looking option menu for the folder creation dialog.
svn path=/trunk/; revision=4313
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 562c5a5b3b..1ce1944770 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,9 @@ +2000-07-25 Ettore Perazzoli <ettore@helixcode.com> + + * e-shell-folder-creation-dialog.c (add_folder_types): Work around + GtkOptionMenu utter brokenness by destroying the associated + Glade-built GtkMenu and creating a new one from scratch. + 2000-07-24 Dan Winship <danw@helixcode.com> * e-shell.c, main.c: Remove GOAD support. |