diff options
author | Chyla Zbigniew <chyla@src.gnome.org> | 2001-09-08 07:42:30 +0800 |
---|---|---|
committer | Chyla Zbigniew <chyla@src.gnome.org> | 2001-09-08 07:42:30 +0800 |
commit | c0fa4148f3de389db473ca20f9e8ec850304234d (patch) | |
tree | cc241238e883abacda5f652f087c56b81fef317d /addressbook/ChangeLog | |
parent | 36f535d34b7a2e9c134ff2416f8ed070c0285cc3 (diff) | |
download | gsoc2013-evolution-c0fa4148f3de389db473ca20f9e8ec850304234d.tar.gz gsoc2013-evolution-c0fa4148f3de389db473ca20f9e8ec850304234d.tar.zst gsoc2013-evolution-c0fa4148f3de389db473ca20f9e8ec850304234d.zip |
Fixed two bugs: - missing coversion of contact name to GTK+ locale, -
* gui/component/select-names/e-select-names-popup.c
(popup_menu_card): Fixed two bugs:
- missing coversion of contact name to GTK+ locale,
- passing dynamically created string (contact name) inside uiinfo struct
to gnome-app-helper functions.
Remember: these functions may change strings, trying to translate them!
(popup_menu_nocard): Ditto
svn path=/trunk/; revision=12694
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 930b615971..cf3fb13eb1 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,13 @@ +2001-08-23 Zbigniew Chyla <cyba@gnome.pl> + + * gui/component/select-names/e-select-names-popup.c + (popup_menu_card): Fixed two bugs: + - missing coversion of contact name to GTK+ locale, + - passing dynamically created string (contact name) inside uiinfo struct + to gnome-app-helper functions. + Remember: these functions may change strings, trying to translate them! + (popup_menu_nocard): Ditto + 2001-09-07 Christopher James Lahey <clahey@ximian.com> * gui/component/addressbook-component.c: Removed unused factory |