From 81d12f283f41d8133d0bcfdc86a93186fa92d466 Mon Sep 17 00:00:00 2001 From: Federico Mena Quintero Date: Tue, 14 Aug 2001 16:07:00 +0000 Subject: Tell the search bar to translate the subitem texts. 2001-08-14 Federico Mena Quintero * gui/component/addressbook.c (addressbook_factory_new_control): Tell the search bar to translate the subitem texts. svn path=/trunk/; revision=12015 --- addressbook/ChangeLog | 5 +++++ addressbook/gui/component/addressbook.c | 2 ++ 2 files changed, 7 insertions(+) diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 1ac471f57d..180f9a3ded 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,8 @@ +2001-08-14 Federico Mena Quintero + + * gui/component/addressbook.c (addressbook_factory_new_control): + Tell the search bar to translate the subitem texts. + 2001-08-14 Jon Trowbridge * gui/component/addressbook.c (addressbook_factory_new_control): diff --git a/addressbook/gui/component/addressbook.c b/addressbook/gui/component/addressbook.c index 790205d953..c0acf414ad 100644 --- a/addressbook/gui/component/addressbook.c +++ b/addressbook/gui/component/addressbook.c @@ -808,10 +808,12 @@ addressbook_factory_new_control (void) subitems[0].id = G_MAXINT; subitems[0].text = g_strdup (_("Any Category")); + subitems[0].translate = FALSE; for (i=0; i