/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */ /* e-shell-config.c * * Copyright (C) 2002 Ximian, Inc. * * This program is free software; you can redistribute it and/or * modify it under the terms of version 2 of the GNU General Public * License as published by the Free Software Foundation. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * General Public License for more details. * * You should have received a copy of the GNU General Public * License along with this program; if not, write to the * Free Software Foundation, Inc., 59 Temple Place - Suite 330, * Boston, MA 02111-1307, USA. */ #ifdef HAVE_CONFIG_H #include #endif #include "e-shell-config.h" #include "e-shell-config-folder-settings.h" #include "evolution-config-control.h" #include "evolution-folder-selector-button.h" #include #include #define E_SHELL_CONFIG_FACTORY_OAFIID "OAFIID:GNOME_Evolution_Shell_Config_Factory:" BASE_VERSION #define E_SHELL_CONFIG_FOLDER_SETTINGS_OAFIID "OAFIID:GNOME_Evolution_Shell_Config_FolderSettings_Control:" BASE_VERSION static BonoboObject * config_control_factory_cb (BonoboGenericFactory *factory, const char *component_id, gpointer shell) { if (!strcmp (component_id, E_SHELL_CONFIG_FOLDER_SETTINGS_OAFIID)) return e_shell_config_folder_settings_create_control (shell); else { g_assert_not_reached(); return NULL; } } gboolean e_shell_config_factory_register (EShell *shell) { BonoboGenericFactory *factory; g_return_val_if_fail (E_IS_SHELL (shell), FALSE); factory = bonobo_generic_factory_new (E_SHELL_CONFIG_FACTORY_OAFIID, config_control_factory_cb, shell); if (factory == NULL) { g_warning ("Cannot register factory %s", E_SHELL_CONFIG_FACTORY_OAFIID); return FALSE; } return TRUE; } option> FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* - Add CHANGES entry on recent LDFLAGS updateamdmi32011-09-271-0/+19
* Describe how CPPFLAGS is now passed to both the configure and makegerald2011-06-071-0/+15
* Autotools update. Read ports/UPDATING 20100915 for details.ade2010-09-161-0/+8
* USE_GCC=4.3 is deprecated (and no port uses it anymore). USE_GCC=4.3+gerald2010-06-071-0/+7
* - Add entry in CHANGES about bsd.licenses*.mk.alepulver2010-05-261-0/+9
* - add 1 missing WITH_APACHEXX option to CHANGES thats now deadpgollucci2010-05-261-1/+1
* Bump copyright year to 2010erwin2010-01-031-1/+1
* be more specific about WITH_APACHE2 and friendspgollucci2009-12-261-1/+1
* Remove myself as maintainer and hand over to portmgrerwin2009-09-151-6/+3
* Mention the new USERS/GROUPS variable.flz2009-09-071-1/+16
* Add a note on the sourceforge change and new bsd.sites.mk macro.erwin2009-08-131-0/+11
* - Tell world bsd.port.options.mk are cool nowpav2009-05-211-7/+13
* - Document some deaths legacy in bsd.apache.mk variablespgollucci2009-05-171-0/+12
* - Change the wording a bit to point to UPDATING as wellerwin2009-03-031-2/+2
* - devel/libslang2 has completely replaced devel/libslang which has not beenpgollucci2009-02-081-0/+8
* - Drop whitespacesmiwi2008-09-081-1/+1
* * print/ghostscript-* and related ports have been renamed in thehrs2008-09-061-0/+22
* - Document CONFIGURE_ARGS changes for GNU_CONFIGURE on the syntax forrafan2008-08-211-0/+7
* - Fix some noticed spelling errorsdanfe2008-07-231-5/+5
* Document porter visible changes from bsd.port.mk rev. 1.598pav2008-07-221-0/+7
* Document wrapper option for ports-mgmt/pkg_install.flz2008-06-101-0/+8
* 20080414 updatespav2008-04-151-0/+12
* - Document changes that have an impact on port writerspav2008-03-121-0/+8
* Kill EOL space, throw in a bunch of readability improvements.danfe2007-09-201-9/+9
* Document bsd.perl.mk and related changes.linimon2007-09-091-0/+16
* - Extract command variable definitions from bsd.port.mk, they are now stored ingabor2007-08-041-0/+16
* - Make Python 2.5.1 the default Python versionalexbl2007-07-301-0/+13
* - CONFIGURE_ARGS is changed to have --mandir and --infodir when theyrafan2007-07-241-0/+6
* Add USE_FORTRAN knob. All ports that use FORTRAN shouldmaho2007-07-121-0/+8
* - Introduce kld categorypav2007-07-011-0/+7
* Some spelling and markup nits.danfe2007-06-191-5/+5
* s/RELENG_4_EOL/RELEASE_4_EOL/. I probably typed the former because it wouldlinimon2007-06-031-1/+1
* * Make 'make-deinstall-all' check for moved ports. [1]linimon2007-05-251-0/+22
* Belatedly add the 20070313 entry, which was a minor change (add bsd.ocaml.mk;linimon2007-04-261-0/+9
* - Talk about porter's visible 2007/04/03 changespav2007-04-031-0/+16
* [1] Introduce COPYTREE_BIN and COPYTREE_SHARE macrospav2007-03-241-0/+21
* * Refine some comments about Linux emulation [1]linimon2007-03-061-0/+11
* bsd.port.mkpav2007-01-311-1/+39
* - Grammar fixup on latest entrypav2007-01-311-3/+3
* Add an entry that asking all ports maintainers and portsmaho2007-01-181-0/+7
* Add the changes brought in by the GNOME 2.16 import.marcus2006-10-141-0/+8
* Document bsd.port.mk 1.544 and associated changes.linimon2006-10-011-0/+16
* * Add PKGVERSION to bsd.port.mk [1]linimon2006-09-151-0/+14
* The following functional changes were made to bsd.sites.mk:sat2006-09-031-0/+13
* Document bsd.sites.mk macro magicsat2006-08-051-0/+27
* Fix a typo and refrase a sentense to be less ambiguous in theerwin2006-08-041-2/+3
* Add a note for the latest patchset which adds DESTDIR support.erwin2006-08-041-2/+35
* Document the latest bsd.port.mk checkin.linimon2006-07-181-0/+12
* Add latest changes in bsd.*.mk.linimon2006-07-051-0/+22
* Belatedly add the description of the most recent bsd.*.mk changes.linimon2006-06-191-1/+39
* Document the subset of changes committed to bsd.port.mk that are ofkris2006-05-241-0/+33
* Drop description of PERL_(BUILD|RUN)_DEPENDS since they were removedkris2006-02-231-3/+0
* Another round of markup and spelling nits.danfe2006-01-271-15/+15