diff options
Diffstat (limited to 'mail/e-mail-shell-backend.c')
-rw-r--r-- | mail/e-mail-shell-backend.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/e-mail-shell-backend.c b/mail/e-mail-shell-backend.c index 3fa066a3e8..10a99e744b 100644 --- a/mail/e-mail-shell-backend.c +++ b/mail/e-mail-shell-backend.c @@ -12,7 +12,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/> * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) @@ -113,7 +113,7 @@ static GType mail_shell_backend_type; /* The array elements correspond to EMailFolderType. */ static struct { - gchar *name; + const gchar *name; gchar *uri; CamelFolder *folder; } default_local_folders[] = { |