diff options
Diffstat (limited to 'mail/mail-folder-cache.c')
-rw-r--r-- | mail/mail-folder-cache.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/mail-folder-cache.c b/mail/mail-folder-cache.c index b6a92bc8be..23b85acc7f 100644 --- a/mail/mail-folder-cache.c +++ b/mail/mail-folder-cache.c @@ -10,7 +10,7 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with the program; if not, see <http://www.gnu.org/licenses/> + * License along with the program; if not, see <http://www.gnu.org/licenses/> * * * Authors: @@ -198,7 +198,8 @@ real_flush_updates (EMailShellBackend *mail_shell_backend) if (t->new > 0) e_shell_event ( - shell, "mail-icon", "mail-unread"); + shell, "mail-icon", + (gpointer) "mail-unread"); /** @Event: folder.changed * @Title: Folder changed |