aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/ChangeLog
diff options
context:
space:
mode:
authorSivaiah Nallagatla <snallagatla@novell.com>2004-09-07 12:59:54 +0800
committerSivaiah Nallagatla <siva@src.gnome.org>2004-09-07 12:59:54 +0800
commit8c10647951dfdfaecf3965e602fb59160e403dc3 (patch)
treec07995f6ee17f7b44e3d136926ef063968355742 /addressbook/ChangeLog
parent70d148099663900f916be35fe4f48c5f88b6d2dd (diff)
downloadgsoc2013-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/ChangeLog15
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).