aboutsummaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2000-07-28 01:22:28 +0800
committerDan Winship <danw@src.gnome.org>2000-07-28 01:22:28 +0800
commit84d7c755a0216918b31ae5917c0cffd86d9cc870 (patch)
tree6c332c0036ad942e158604060cf83210d61ceed1 /shell
parent96dfd1f12df19062aeaf60cec782963ea853cf1d (diff)
downloadgsoc2013-evolution-84d7c755a0216918b31ae5917c0cffd86d9cc870.tar.gz
gsoc2013-evolution-84d7c755a0216918b31ae5917c0cffd86d9cc870.tar.zst
gsoc2013-evolution-84d7c755a0216918b31ae5917c0cffd86d9cc870.zip
work with either gconf 0.5 or newer
* main.c (idle_cb): work with either gconf 0.5 or newer svn path=/trunk/; revision=4396
Diffstat (limited to 'shell')
-rw-r--r--shell/ChangeLog4
-rw-r--r--shell/main.c4
2 files changed, 8 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index bdfab07c57..3909397ab7 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,3 +1,7 @@
+2000-07-27 Dan Winship <danw@helixcode.com>
+
+ * main.c (idle_cb): work with either gconf 0.5 or newer
+
2000-07-26 Peter Williams <peterw@helixcode.com>
* e-storage.c (e_storage_new_folder): Fix tiny mem leak.
diff --git a/shell/main.c b/shell/main.c
index cdad9f76c9..352773e45f 100644
--- a/shell/main.c
+++ b/shell/main.c
@@ -114,7 +114,11 @@ idle_cb (gpointer data)
evolution_directory = (char *) data;
+#ifdef HAVE_GCONF_CLIENT_GET_DEFAULT
gconf_client = gconf_client_get_default ();
+#else
+ gconf_client = gconf_client_new ();
+#endif
shell = e_shell_new (evolution_directory, gconf_client);
g_free (evolution_directory);
e47f42230af5362804ca314287e9b1'>Convert to new options frameworkbapt2012-10-041-6/+6 * - Update to 20121001sunpoet2012-10-012-8/+4 * - Reassign to the heap at maintainer's requesttabthorpe2012-09-222-12/+4 * - Reassign to the heap at maintainer's requesttabthorpe2012-09-221-5/+2 * - Update Calligra Suite to 2.5.2.avilla2012-09-171-2/+2 * - Update to 20120909sunpoet2012-09-112-3/+3 * Update to version 0.12.2pawel2012-09-073-284/+76 * Update to latest versionscrees2012-09-042-3/+3 * - Update Calligra to 2.5.1.avilla2012-09-012-7/+2 * - Update to version 0.12.1pawel2012-08-304-25/+33 * The KDE/FreeBSD team is pleased to announce version 2.5 of Calligra,avilla2012-08-262-11/+3 * - Update to 3.5.6.jkim2012-08-241-4/+4 * - Update to 20120819sunpoet2012-08-202-3/+3 * - Update to 20120812sunpoet2012-08-142-3/+3 * - Update to 20120805sunpoet2012-08-072-3/+3 * Fix typos and make small modifications in COMMENT (according to Porter'scs2012-08-031-1/+1 * - Fix typos in COMMENTcs2012-08-021-1/+1 * - Update to 20120729sunpoet2012-07-312-3/+3 * - Update to 20120722sunpoet2012-07-232-3/+3 * - Update to 20120715sunpoet2012-07-182-3/+3 * - Update LibreOffice and the language packs to 3.5.5.jkim2012-07-181-4/+4 * - Update to 20120708sunpoet2012-07-092-3/+3 * - Update Calligra to 2.4.3.avilla2012-07-051-2/+2 * - Update to 20120701sunpoet2012-07-032-3/+3 * - The FreeBSD Office team is proud to announce LibreOffice.org 3.5.4 releasefluffy2012-07-011-4/+4 * Update to 0.12.0 releasepawel2012-06-263-52/+114 * - Update to 20120624sunpoet2012-06-252-3/+3 * - Update to version 1.11.2pawel2012-06-242-4/+3 * - Update to 20120617sunpoet2012-06-182-3/+3 * KDE/FreeBSD team presents KDE SC 4.8.4, probably the last release in 4.8.x se...makc2012-06-152-3/+2 * - Update to 20120610sunpoet2012-06-112-3/+3 * Convert my ports to optionsNGpawel2012-06-084-33/+42 * - Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4miwi2012-06-063-6/+3 * - Update to 20120603sunpoet2012-06-052-3/+3 * - update png to 1.5.10dinoex2012-06-017-6/+7 * - Remove koffice-i18n ports, as they are not very useful withoutavilla2012-05-315-64/+0 * The KDE/FreeBSD team is pleased to announce Calligra Suite 2.4.2, KDEavilla2012-05-319-96/+48 * - Update to 20120527sunpoet2012-05-292-3/+3 * KDE/FreeBSD team presents long awaited KDE SC 4.8.3!makc2012-05-254-16/+36 * Explicitly depend on phonon.rakuco2012-05-221-1/+2 * - Update to 20120520sunpoet2012-05-212-3/+3 * - Update to 20120513sunpoet2012-05-152-3/+3 * - Update to 20120506sunpoet2012-05-072-3/+3 * Update to 0.11.3pawel2012-05-012-3/+3 * - Update to 20120429sunpoet2012-04-302-3/+3 * - Update to 20120422sunpoet2012-04-242-3/+3 * - upgrade to 3.5.2bapt2012-04-234-0/+22 * - Update to 20120408sunpoet2012-04-102-3/+3 * Update to bugfix release 0.11.2pawel2012-04-043-4/+3 * - Update to 20120401sunpoet2012-04-022-3/+3 * - Update to 20120325sunpoet2012-03-262-3/+3 * - Update to 20120311sunpoet2012-03-122-3/+3 * - Update to 20120304sunpoet2012-03-052-3/+3 * Update to 0.11.1 bugfix releasepawel2012-03-023-11/+3 * - Update to 20120219sunpoet2012-02-202-3/+3 * - Bump PORTREVISION to chase the update of multimedia/libvpxashish2012-02-161-0/+1 * Bump pcre library dependency due to 8.30 updatemm2012-02-141-2/+2 * - Update to 20120212sunpoet2012-02-132-3/+3 * - Update to version 0.11.0pawel2012-02-116-2676/+2741 * - Update to 20120205sunpoet2012-02-062-3/+3 * - Update to 20120129sunpoet2012-01-302-3/+3 * The KDE/FreeBSD team is pleased to announce KDE SC 4.7.4, whichavilla2012-01-251-2/+2 * - Update to 20120122sunpoet2012-01-232-3/+3 * Update to version 1.11.1pawel2012-01-182-3/+3 * - Update to 20120115sunpoet2012-01-162-3/+3 * - Update to 20120108sunpoet2012-01-092-3/+3 * - Add UNICODE option (default off) which enables experimental unicode supportpawel2012-01-062-16/+16 * - Update to 20120101sunpoet2012-01-022-3/+3 * - Update to 20111225sunpoet2011-12-262-3/+3 * - Update to 20111218sunpoet2011-12-192-3/+3 * - Update to 20111211sunpoet2011-12-122-3/+3 * - Update to 20111204sunpoet2011-12-052-3/+3 * - Pass maintainership to office@FreeBSD.orgsunpoet2011-11-291-1/+1 * - Update to 20111127sunpoet2011-11-282-3/+3 * - Update to 20111120sunpoet2011-11-212-3/+3 * Remove CMAKE_USE_PTHREAD from the ports using it.rakuco2011-11-141-1/+0 * The KDE on FreeBSD team is pleased to update the KDE4 ports to 4.7.3.rakuco2011-11-141-2/+2 * - Update to 20111113sunpoet2011-11-142-3/+3 * - Update to 20111106sunpoet2011-11-072-3/+3 * - Update to 20111030sunpoet2011-10-312-3/+3 * Remove more tags from pkg-descr files fo the form:dougb2011-10-242-6/+0 * - Update to 20111023sunpoet2011-10-242-3/+3 * Update to 0.10.1 bugfix releasepawel2011-10-203-4/+7 * - Update to 20111016sunpoet2011-10-172-3/+3 * The KDE/FreeBSD team is pleased to announce KDE Software Compilationavilla2011-10-173-13/+68 * - Add dependency on qt4-scripttools.avilla2011-10-171-2/+3 * - Update to 20111009sunpoet2011-10-102-3/+3 * - Update to 20111002sunpoet2011-10-032-3/+3 * - Update to 20110925sunpoet2011-09-262-3/+3 * - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)amdmi32011-09-244-7/+8 * - Update to 20110918sunpoet2011-09-192-3/+3 * - This version needs pl-libgadu>=1.11.0pawel2011-09-151-1/+3 * - Update to version 0.10.0pawel2011-09-1412-765/+1225 * - Track dependencies after databases/gdbm updategabor2011-09-131-2/+2 * - Update to 20110904sunpoet2011-09-052-3/+3 * - Update to 20110828sunpoet2011-08-292-3/+3 * Update to 20110825crees2011-08-252-3/+3 * - update to version 0.11.0pawel2011-08-252-9/+9 * Update to 20110823crees2011-08-232-3/+3 * - unbreak and update to version 0.9.2pawel2011-08-2312-577/+3132 * - fix install phasepawel2011-08-201-3/+3 * - Update to 20110817sunpoet2011-08-182-3/+3 * - Set DIST_SUBDIR: move dist files to DISTDIR/mythessunpoet2011-08-182-2/+3 * - Set DIST_SUBDIR: move dist files to DISTDIR/hyphensunpoet2011-08-182-2/+3 * - Set DIST_SUBDIR: move dist files to DISTDIR/hunspellsunpoet2011-08-182-2/+3 * - Change MASTER_SITES to my LOCAL to avoid implicit change of non-versionedsunpoet2011-08-182-4/+4 * - Update to 20110816sunpoet2011-08-162-3/+3 * Fix build with clangpawel2011-08-161-1/+1 * - Update to 20110815sunpoet2011-08-152-3/+3 * - Update to 20110814sunpoet2011-08-142-3/+3 * - Update to 20110813sunpoet2011-08-132-3/+3 * - Set WRKSRCsunpoet2011-08-131-1/+2 * - Update to 20110812sunpoet2011-08-132-3/+3 * - Update to 20110811sunpoet2011-08-122-3/+3 * - Update to 20110809sunpoet2011-08-092-3/+3 * - Update to 20110807sunpoet2011-08-072-4/+5 * - Update to 20110805sunpoet2011-08-052-3/+3 * - Update to 20110803sunpoet2011-08-032-3/+3 * - Update to 20110801sunpoet2011-08-022-5/+4 * Bye bye abandonwares (part 4)bapt2011-08-015-38/+0 * - Update to 20110731sunpoet2011-08-012-3/+3 * - Add polish categorysunpoet2011-07-311-2/+1 * - Connect polish/hunspellsunpoet2011-07-311-0/+1 * - Move language prefix to PKGNAMEPREFIXsunpoet2011-07-292-10/+12 * - Update to 20110729sunpoet2011-07-292-9/+10 * - Update to 20110727sunpoet2011-07-272-6/+6 * - Fix typosunpoet2011-07-251-1/+1 * update to 20110722bapt2011-07-232-3/+3 * Pass matainership to the new office teambapt2011-07-223-3/+3 * Add some locales thesaurusbapt2011-07-214-0/+37 * Add Polish hyphenation rulesbapt2011-07-214-0/+33 * Add Polish hunspell dictionariesbapt2011-07-213-0/+40 * Reset maintainership de jure. In fact KDE 3 has not been maintained by our teammakc2011-07-082-2/+2 * Update KDE Software Compilation ports to 4.6.5makc2011-07-082-2/+53 * - remove MD5ohauer2011-07-031-4/+0 * Last bunch of deprecation: no more public distfiles and/or abandonware... las...bapt2011-06-171-0/+3 * The FreeBSD KDE Team is pleased to announce KDE SC 4.6.4. Read fullavilla2011-06-141-2/+2 * - Mark BROKEN: does not configurepav2011-05-241-0/+2 * Update KDE Software Compilation ports to 4.6.3makc2011-05-172-2/+36 * The FreeBSD KDE Team is pleased to announce April updates for KDEavilla2011-04-072-2/+4 * - Update to 0.3.1pawel2011-03-313-14/+4 * - Update KOffice to 2.3.1.avilla2011-03-252-2/+2 * The FreeBSD KDE Team is pleased to announce KDE SC 4.6.1 and KDE PIMavilla2011-03-253-56/+240 * - Update my email to FreeBSDpawel2011-03-242-2/+2 * - Get Rid MD5 supportmiwi2011-03-1912-14/+0 * - Update to 1.10.1wen2011-03-152-5/+6 * - update to version 0.3.0miwi2011-02-234-147/+223 * - Remove unnecessary PKGNAMEPREFIX declarationsunpoet2011-01-095-5/+0 * - The KDE FreeBSD team is proud to announce the release of KDE 4.5.5fluffy2011-01-081-2/+2 * - Add LICENSE infomakc2010-12-196-27/+45 * KDE FreeBSD team presents KDE SC 4.5.4.makc2010-12-032-2/+3 * KDE FreeBSD team presents KDE SC 4.5.3.makc2010-11-04