aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChyla Zbigniew <chyla@src.gnome.org>2001-11-09 06:11:45 +0800
committerChyla Zbigniew <chyla@src.gnome.org>2001-11-09 06:11:45 +0800
commite50647bb5043ce279b4628e879715a545fffe980 (patch)
tree9b584fa8a219bd6463e9e669b845a0da5a863a96
parent6a46f7cb269ea39a2c8fe97c0be44a9699f4976a (diff)
downloadgsoc2013-evolution-e50647bb5043ce279b4628e879715a545fffe980.tar.gz
gsoc2013-evolution-e50647bb5043ce279b4628e879715a545fffe980.tar.zst
gsoc2013-evolution-e50647bb5043ce279b4628e879715a545fffe980.zip
Fixed stupid bug (U_ macro should always take one argument).
* gal/util/e-unicode-i18n.h: Fixed stupid bug (U_ macro should always take one argument). * gal/e-table/e-table-group-container.c (compute_text): s/_/U_ svn path=/trunk/; revision=14632
-rw-r--r--widgets/table/e-table-group-container.c9
1 files changed, 5 insertions, 4 deletions
diff --git a/widgets/table/e-table-group-container.c b/widgets/table/e-table-group-container.c
index 271774ba7c..6f2ef9ea35 100644
--- a/widgets/table/e-table-group-container.c
+++ b/widgets/table/e-table-group-container.c
@@ -30,6 +30,7 @@
#include "e-table-group-leaf.h"
#include "e-table-item.h"
#include "gal/util/e-util.h"
+#include "gal/util/e-unicode-i18n.h"
#include "gal/widgets/e-canvas.h"
#include "gal/widgets/e-canvas-utils.h"
#include "gal/widgets/e-unicode.h"
@@ -346,14 +347,14 @@ compute_text (ETableGroupContainer *etgc, ETableGroupContainerChildNode *child_n
if (etgc->ecol->text) {
text = g_strdup_printf ((child_node->count == 1)
- ? _("%s : %s (%d item)")
- : _("%s : %s (%d items)"),
+ ? U_("%s : %s (%d item)")
+ : U_("%s : %s (%d items)"),
etgc->ecol->text, child_node->string,
(gint) child_node->count);
} else {
text = g_strdup_printf ((child_node->count == 1)
- ? _("%s (%d item)")
- : _("%s (%d items)"),
+ ? U_("%s (%d item)")
+ : U_("%s (%d items)"),
child_node->string,
(gint) child_node->count);
}
mp;id=c07b3d06f74c2b1f5144739f606ea2f60e5c4125'>Switch autoconf dependencies from 2.53 or 2.59 to 2.61.linimon2007-09-301-1/+2 * - Update to 1.4.2.3miwi2007-05-302-14/+14 * - Remove SASL1 supportmiwi2007-04-252-22/+1 * One more temporary workaround for -CURRENT.fjoe2007-04-061-0/+1 * - Fix GSSAPI for FreeBSD 4.x.miwi2006-11-051-3/+5 * Fix the build.erwin2006-10-201-0/+33 * - Add Kerberos (GSSAPI) support to mutt and mutt-devel.shaun2006-10-031-0/+13 * Update to 1.4.2.2erwin2006-07-183-39/+11 * Fix IMAP buffer overflow:shaun2006-06-302-1/+29 * Remove whitespace from line endings in pkg-plist files.vd2006-05-121-2/+2 * Remove USE_REINPLACE from ports starting with Medwin2006-05-111-1/+0 * SHA256ifyedwin2006-01-221-0/+3 * Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-11-151-2/+1 * - Add mutt-lite, a slave port for mutt which defines MUTT_LITE flagpav2005-05-291-0/+1 * Do not disable NLS by default with MUTT_LITEvs2005-05-181-3/+1 * Add WITHOUT_MUTT_FLOCK knob.krion2005-05-181-1/+6 * Use autoconf259/automake19 instead of the deprecatedjylefort2005-05-111-2/+5 * - Fix the misc/mime-support dependencyoliver2005-05-081-6/+12 * - Use mime.types from misc/mime-supportoliver2005-05-082-6/+3 * At Kris's request, back out the MACHINE_ARCH spelling correction untilobrien2005-04-121-1/+1 * Assist getting more ports working on AMD64 by obeying theobrien2005-04-111-1/+1 * Fix the pgp6 examples and no longer install pgp5 examples.krion2005-03-213-1/+13 * Remove patch since "pgp_strict_enc" option does the same hack and itkrion2005-01-171-11/+0 * - Fix the charset of 7bit messsages when doing gpg encryption. Thiskrion2005-01-131-0/+11 * No longer install flea and muttbug as mutt's bug-tracking system iskrion2005-01-093-3/+23 * Install Muttrc and mime.types if not already present from akrion2004-07-082-0/+3 * - Remove obsolete site from PATCH_SITESkrion2004-06-061-1/+0 * Sync with new bsd.autotools.mkade2004-06-051-0/+1 * - Fix the tmpfile patch to really include the right bounds forkrion2004-05-111-2/+2 * - Fix mutt's tmp-file-naming to fix syntax highlightning forkrion2004-05-102-5/+20 * Whoa there, boy, that's a mighty big commit y'all have there...ade2004-03-141-1/+1 * - Update to version 1.4.2.1krion2004-02-152-27/+15 * - Update the compressed mailbox patchkrion2004-02-122-9/+18 * Maintainer update of mail/mutt:osa2004-02-122-9/+15 * - Fix the generation of temporary file names by using mktempkrion2004-02-092-1/+13 * - Preserve $PREFIX/etc/mime.typesleeym2004-02-082-6/+8 * Add USE_GETTEXT and bump PORTREVISION.marcus2004-02-041-2/+2 * - Add CONFLICTS to prevent installation over mutt-develsergei2004-02-021-0/+2 * Now gettext 0.12.1 is gettext-old.trevor2004-01-241-1/+1 * - Add WITHOUT_NLS knobkrion2004-01-132-27/+35 * - Fix the DOCSDIR and EXAMPLESDIR code. Now both can bekrion2003-10-264-8/+49 * Utilize ${DOCSDIR} and ${EXAMPLESDIR}.osa2003-09-243-397/+397 * Make portlint(1) happy by changing strip to ${STRIP_CMD}osa2003-09-241-1/+1 * - don't clobber any given LDFLAGSdinoex2003-08-311-1/+2 * Bump the PORTREVISION for the ports directly affected by the gettext upgrade.marcus2003-08-271-1/+1 * Chase the libintl.so shared lib version.marcus2003-08-251-1/+1 * - Do not remove etc/Muttrc when deinstalling and if it was changed.naddy2003-08-052-2/+4 * o Add patch for the new ~a function. By this one can tag entirenork2003-07-122-1/+74 * PR: 52809foxfair2003-06-011-1/+1 * Fix pkg-plist.obraun2003-05-151-0/+1 * Fix port building if WITH_MUTT_XFACE knob is defined.obraun2003-05-031-13/+3 * * Fix handling of hostname if hostname contains more than 31 charactersobraun2003-05-012-1/+50 * Fix MASTER_SITES to contain only fetchable sites.obraun2003-04-241-3/+1 * - Integrate the new "initials"-patch.obraun2003-03-274-33/+90 * ``compressed'' patch now available for 1.4.1.obrien2003-03-213-206/+3 * Update to version 1.4.1 which among other things, fixes a buffer overflowobrien2003-03-213-4/+207 * - Use "grouped" patch-files and -sitesobraun2003-03-051-9/+30 * Drive a stake through the heart of some more files that were committedkris2003-02-28