evolution-data-server r9035 - branches/camel-db-summary/camel
- From: sragavan svn gnome org
- To: svn-commits-list gnome org
- Subject: evolution-data-server r9035 - branches/camel-db-summary/camel
- Date: Tue, 24 Jun 2008 13:05:49 +0000 (UTC)
Author: sragavan
Date: Tue Jun 24 13:05:49 2008
New Revision: 9035
URL: http://svn.gnome.org/viewvc/evolution-data-server?rev=9035&view=rev
Log:
Fix an compilation error.
# Please enter the commit message for your changes.
# (Comment lines starting with '#' will not be included)
# On branch disk-summary
# Changes to be committed:
# (use "git reset HEAD <file>..." to unstage)
#
# modified: camel-db.c
#
# Untracked files:
# (use "git add <file>..." to include in what will be committed)
#
# ../INSTALL
# ../Makefile
# ../Makefile.in
# ../aclocal.m4
# ../addressbook/Makefile
# ../addressbook/Makefile.in
# ../addressbook/backends/Makefile
# ../addressbook/backends/Makefile.in
# ../addressbook/backends/file/.deps/
# ../addressbook/backends/file/.libs/
# ../addressbook/backends/file/Makefile
# ../addressbook/backends/file/Makefile.in
# ../addressbook/backends/file/e-book-backend-file-factory.lo
# ../addressbook/backends/file/e-book-backend-file.lo
# ../addressbook/backends/file/libebookbackendfile.la
# ../addressbook/backends/groupwise/.deps/
# ../addressbook/backends/groupwise/.libs/
# ../addressbook/backends/groupwise/Makefile
# ../addressbook/backends/groupwise/Makefile.in
# ../addressbook/backends/groupwise/create-account
# ../addressbook/backends/groupwise/create-account.o
# ../addressbook/backends/groupwise/e-book-backend-groupwise-factory.lo
# ../addressbook/backends/groupwise/e-book-backend-groupwise.c.orig
# ../addressbook/backends/groupwise/e-book-backend-groupwise.lo
# ../addressbook/backends/groupwise/libebookbackendgroupwise.la
# ../addressbook/backends/ldap/.deps/
# ../addressbook/backends/ldap/.libs/
# ../addressbook/backends/ldap/Makefile
# ../addressbook/backends/ldap/Makefile.in
# ../addressbook/backends/ldap/e-book-backend-ldap-factory.lo
# ../addressbook/backends/ldap/e-book-backend-ldap.lo
# ../addressbook/backends/ldap/libebookbackendldap.la
# ../addressbook/backends/vcf/.deps/
# ../addressbook/backends/vcf/.libs/
# ../addressbook/backends/vcf/Makefile
# ../addressbook/backends/vcf/Makefile.in
# ../addressbook/backends/vcf/e-book-backend-vcf-factory.lo
# ../addressbook/backends/vcf/e-book-backend-vcf.lo
# ../addressbook/backends/vcf/libebookbackendvcf.la
# ../addressbook/idl/Makefile
Modified:
branches/camel-db-summary/camel/camel-db.c
Modified: branches/camel-db-summary/camel/camel-db.c
==============================================================================
--- branches/camel-db-summary/camel/camel-db.c (original)
+++ branches/camel-db-summary/camel/camel-db.c Tue Jun 24 13:05:49 2008
@@ -60,7 +60,7 @@
d(g_print ("\nDatabase succesfully opened \n"));
#warning "make these under g_getenv"
- camel_db_command (cdb, "PRAGMA cache_size=100", NULL) < 0);
+ camel_db_command (cdb, "PRAGMA cache_size=100", NULL);
return cdb;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]