diff options
author | Sivaiah Nallagatla <snallagatla@novell.com> | 2004-09-07 12:59:54 +0800 |
---|---|---|
committer | Sivaiah Nallagatla <siva@src.gnome.org> | 2004-09-07 12:59:54 +0800 |
commit | 8c10647951dfdfaecf3965e602fb59160e403dc3 (patch) | |
tree | c07995f6ee17f7b44e3d136926ef063968355742 /addressbook/ChangeLog | |
parent | 70d148099663900f916be35fe4f48c5f88b6d2dd (diff) | |
download | gsoc2013-evolution-8c10647951dfdfaecf3965e602fb59160e403dc3.tar gsoc2013-evolution-8c10647951dfdfaecf3965e602fb59160e403dc3.tar.gz gsoc2013-evolution-8c10647951dfdfaecf3965e602fb59160e403dc3.tar.bz2 gsoc2013-evolution-8c10647951dfdfaecf3965e602fb59160e403dc3.tar.lz gsoc2013-evolution-8c10647951dfdfaecf3965e602fb59160e403dc3.tar.xz gsoc2013-evolution-8c10647951dfdfaecf3965e602fb59160e403dc3.tar.zst gsoc2013-evolution-8c10647951dfdfaecf3965e602fb59160e403dc3.zip |
add new widget variable contact_dsiplay_window to _EABView strcut to
2004-09-04 Sivaiah Nallagatla <snallagatla@novell.com>
* gui/widgets/e-addressbook-view.h : add
new widget variable contact_dsiplay_window to _EABView strcut
to store. Remove unused scrolled varible
* gui/widgets/e-addressbook-view.c (eab_view_init)
(eab_view_dispose) : initialize and unref the new widget
added
(eab_view_new) : remove the loca variable scrlled_window
instead use eav->contact_display_window
(eab_view_show_contact_preview) : show/hide contact_display_window
instead of contact_display
Fixes #64024
svn path=/trunk/; revision=27168
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 0edd44c6b2..e8add35adf 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,18 @@ +2004-09-04 Sivaiah Nallagatla <snallagatla@novell.com> + + * gui/widgets/e-addressbook-view.h : add + new widget variable contact_dsiplay_window to _EABView strcut + to store. Remove unused scrolled varible + * gui/widgets/e-addressbook-view.c (eab_view_init) + (eab_view_dispose) : initialize and unref the new widget + added + (eab_view_new) : remove the loca variable scrlled_window + instead use eav->contact_display_window + (eab_view_show_contact_preview) : show/hide contact_display_window + instead of contact_display + Fixes #64024 + + 2004-08-27 Not Zed <NotZed@Ximian.com> ** See bug #62856 (workaround). |