Re: [evolution-patches] Fix unlocalized string in color setting of mail's preference dialog.




As Jeff said, this is wrong, but its also more wrong.

This list is from the stored list inside the users configuration, so it should be set from their settings, and not translated or forgotten.


On Mon, 2003-12-22 at 18:11 +0800, Yong.Sun wrote:
Hi, guys,

You can see the bug by the following steps:
1. Choose [Tools] -> [Settings].
2. Select [Mail Preferences].
3. Select [Colors] tab.
"Important", "Work", "Personal", "To Do" and "Later" are not localized.

Because mail_preferences_construct() function call gtk_entry_set_text()
to set a raw string there. But in fact, glade has set the entry's text
by a localized string.

So, gtk_entry_set_text (prefs->labels[i].name, label->name) can be
removed.

Regards,

-- 
Yong.Sun <Yong Sun Sun com>
SUN (China) ERI


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]