diff options
author | Dan Winship <danw@src.gnome.org> | 2001-08-15 00:37:59 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2001-08-15 00:37:59 +0800 |
commit | 250946204244dce6c91d99ce4f573ae3de2dcb7a (patch) | |
tree | a98c9f5768fa301bf7dbc7b4f988bd9356009fcd /shell/ChangeLog | |
parent | f604364042e94ed58b2cbce5746791d88e7c0776 (diff) | |
download | gsoc2013-evolution-250946204244dce6c91d99ce4f573ae3de2dcb7a.tar gsoc2013-evolution-250946204244dce6c91d99ce4f573ae3de2dcb7a.tar.gz gsoc2013-evolution-250946204244dce6c91d99ce4f573ae3de2dcb7a.tar.bz2 gsoc2013-evolution-250946204244dce6c91d99ce4f573ae3de2dcb7a.tar.lz gsoc2013-evolution-250946204244dce6c91d99ce4f573ae3de2dcb7a.tar.xz gsoc2013-evolution-250946204244dce6c91d99ce4f573ae3de2dcb7a.tar.zst gsoc2013-evolution-250946204244dce6c91d99ce4f573ae3de2dcb7a.zip |
Use the passed-in unread_count.
* evolution-storage.c (evolution_storage_new_folder): Use the
passed-in unread_count.
* e-corba-storage.c (impl_StorageListener_notifyFolderCreated):
Pass the passed-in unread_count to e_storage_new_folder.
svn path=/trunk/; revision=12018
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 f59611fcd0..2fb964e268 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,11 @@ +2001-08-14 Dan Winship <danw@ximian.com> + + * evolution-storage.c (evolution_storage_new_folder): Use the + passed-in unread_count. + + * e-corba-storage.c (impl_StorageListener_notifyFolderCreated): + Pass the passed-in unread_count to e_storage_new_folder. + 2001-08-13 Ettore Perazzoli <ettore@ximian.com> * e-gray-bar.c (impl_style_set): Chain to the parent class. |