/* * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2 of the License, or (at your option) version 3. * * 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 * 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 * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) */ #ifdef HAVE_CONFIG_H #include #endif #include "e-composer-spell-header.h" G_DEFINE_TYPE ( EComposerSpellHeader, e_composer_spell_header, E_TYPE_COMPOSER_TEXT_HEADER) static void e_composer_spell_header_class_init (EComposerSpellHeaderClass *class) { EComposerTextHeaderClass *composer_text_header_class; composer_text_header_class = E_COMPOSER_TEXT_HEADER_CLASS (class); composer_text_header_class->entry_type = E_TYPE_SPELL_ENTRY; } static void e_composer_spell_header_init (EComposerSpellHeader *header) { } EComposerHeader * e_composer_spell_header_new_label (ESourceRegistry *registry, const gchar *label) { g_return_val_if_fail (E_IS_SOURCE_REGISTRY (registry), NULL); return g_object_new ( E_TYPE_COMPOSER_SPELL_HEADER, "label", label, "button", FALSE, "registry", registry, NULL); } EComposerHeader * e_composer_spell_header_new_button (ESourceRegistry *registry, const gchar *label) { g_return_val_if_fail (E_IS_SOURCE_REGISTRY (registry), NULL); return g_object_new ( E_TYPE_COMPOSER_SPELL_HEADER, "label", label, "button", TRUE, "registry", registry, NULL); } void e_composer_spell_header_set_languages (EComposerSpellHeader *header, GList *languages) { ESpellEntry *spell_entry; g_return_if_fail (header != NULL); spell_entry = E_SPELL_ENTRY (E_COMPOSER_HEADER (header)->input_widget); g_return_if_fail (spell_entry != NULL); e_spell_entry_set_languages (spell_entry, languages); } s/lodash.merge-4.6.2 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Cleanup MASTER_SITES and since i'm here, remove MD5garga2010-11-122-8/+0
* - Remove BANNER option since it's gonegarga2010-07-121-7/+17
* Begin the process of deprecating sysutils/rc_subr bydougb2010-03-271-1/+1
* Update to 1.0.29garga2010-03-202-4/+4
* Update to 1.0.28garga2010-02-222-5/+5
* Update to 1.0.27garga2009-12-032-4/+4
* Convert --with-virtualchroot to an OPTION, on by defaultgarga2009-11-301-2/+8
* Update to 1.0.26garga2009-11-172-5/+4
* - Add --localstate=/var to make pure-ftpwho work againgarga2009-11-051-2/+3
* Force default PID file and fix startup scriptgarga2009-11-042-1/+2
* Update to 1.0.24garga2009-10-273-16/+4
* - Fix broken makefiles introduced with translation to new SF File Release Systemamdmi32009-08-221-10/+1
* - Switch SourceForge ports to the new File Release System: categories startin...amdmi32009-08-221-2/+10
* - Fix working with LDAPgarga2009-05-071-0/+12
* - Tarball was rerolled, chages were:garga2009-05-031-3/+3
* - Update to 1.0.22garga2009-04-274-54/+16
* Mark all my ports as MAKE_JOBS_SAFE and MAKE_JOBS_UNSAFEgarga2009-03-291-0/+1
* --with-largefile is not recommended to be default, so, convert it to OPTION andgarga2009-03-061-3/+9
* Fix following problem:garga2009-02-162-6/+13
* - Fix a problem with AUTH TLS [1]garga2008-02-144-30/+52
* - Remove 4.x supportgarga2007-02-033-38/+4
* Back out my last commit because new patch doesn't workgarga2006-09-121-5/+6
* Fix the log_mysql_p.h patch to a better waygarga2006-09-121-6/+5
* Fix build with mysql-5.0.24agarga2006-09-111-0/+11
* Reassign from inactive maintainer to new volunteer.linimon2006-09-041-1/+1
* Add an new option to provide a mechanism for users to disable kqueuedelphij2006-06-101-1/+9
* Fix a typo in pureftpd.schemagarga2006-05-171-0/+1
* - Update to 1.0.21garga2006-02-224-13/+15
* Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.dougb2006-02-211-1/+1
* SHA256ifyedwin2006-01-221-0/+1
* - Add UPLOADSCRIPT supportgarga2005-09-283-2/+48
* Make pure-ftpd welcome message switchable when building.novel2005-04-031-2/+8
* Split the postgresql ports into a server and a client part.girgen2005-01-311-2/+1
* - Teach the startup script to respect pureftpd_config in rc.confsergei2004-10-202-2/+3
* - Add separate PAM knob and new THROTTLING knobpav2004-07-241-2/+9
* - Distfile rerolled, this is whole diff between old and new file:pav2004-07-222-2/+3
* - Update to 1.0.20pav2004-07-183-25/+3
* - Fix crasher in pure-pwpav2004-07-172-7/+18
* - Update to 1.0.19pav2004-06-255-37/+63
* Remove databases/postgresql-client because there can't be a -server, and havingmat2004-05-251-1/+1
* Let pure-ftpd with postgresql support only depend on the client,edwin2004-05-221-1/+1
* Update to 1.0.18 release.ale2004-03-092-5/+6
* - Add WITH_CERTFILE knob to allow setting alternative TLS certificate locationpav2004-02-291-0/+6
* - Update to 1.0.17a, the latest stable versionsergei2003-12-042-35/+27
* - Update to version 1.0.16ckrion2003-10-292-2/+2
* - Update to 1.0.16bkrion2003-10-212-2/+3
* [patch] ftp/pure-ftpd: Utilize USE_MYSQL and USE_OPENLDAPedwin2003-10-061-19/+10
* Fix non-default dependency on openldap2[012] which is broken by splitting.kuriyama2003-08-151-2/+2
* - Update to 1.0.16akrion2003-08-133-3/+5
* fix typo in start-up scriptleeym2003-06-231-1/+1
* update pure-ftpd to 1.0.15 [0], add knobs for MySQL 4 and OpenLDAP 2.1 [0]oliver2003-06-194-9/+50
* Point dependencies on net/openldap2 to net/openldap20edwin2003-02-241-1/+1
* De-pkg-comment.knu2003-02-212-1/+1
* upgrade to 1.0.14ijliao2003-02-114-31/+38
* Bump libpq version[1] and PORTREVISION. Add POSTGRESQL_PORT tunable.seanc2003-01-191-1/+3
* - Update to 1.0.13apat2002-11-262-16/+14
* Update to 1.0.13pat2002-11-243-8/+11