diff options
author | Dan Winship <danw@src.gnome.org> | 2003-04-18 04:55:22 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2003-04-18 04:55:22 +0800 |
commit | 46b0e7c73d4347b7fcfd39231a74c6e88db0cad0 (patch) | |
tree | f907f9e2ca69162c3a7301790f24f924d148ecbc /shell/ChangeLog | |
parent | 5b1e2041c1c453d8fc70aa1b20be97de5d44fa70 (diff) | |
download | gsoc2013-evolution-46b0e7c73d4347b7fcfd39231a74c6e88db0cad0.tar.gz gsoc2013-evolution-46b0e7c73d4347b7fcfd39231a74c6e88db0cad0.tar.zst gsoc2013-evolution-46b0e7c73d4347b7fcfd39231a74c6e88db0cad0.zip |
If the default_type is "foo/bar" and "foo" appears in the list but
* e-shell-folder-creation-dialog.c (add_folder_types): If the
default_type is "foo/bar" and "foo" appears in the list but
"foo/bar" doesn't, use "foo" as the default type. [#41468] Also,
remove a workaround for a gtk 1.2 bug.
svn path=/trunk/; revision=20885
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index d4788c3a82..61bc06f773 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,10 @@ +2003-04-17 Dan Winship <danw@ximian.com> + + * e-shell-folder-creation-dialog.c (add_folder_types): If the + default_type is "foo/bar" and "foo" appears in the list but + "foo/bar" doesn't, use "foo" as the default type. [#41468] Also, + remove a workaround for a gtk 1.2 bug. + 2003-04-16 Dan Winship <danw@ximian.com> * e-corba-storage.c (async_create_folder): If the new folder's |