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/gui/widgets/e-addressbook-view.h | |
parent | 70d148099663900f916be35fe4f48c5f88b6d2dd (diff) | |
download | gsoc2013-evolution-8c10647951dfdfaecf3965e602fb59160e403dc3.tar.gz 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/gui/widgets/e-addressbook-view.h')
-rw-r--r-- | addressbook/gui/widgets/e-addressbook-view.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/addressbook/gui/widgets/e-addressbook-view.h b/addressbook/gui/widgets/e-addressbook-view.h index 6f937f4587..810252ea6b 100644 --- a/addressbook/gui/widgets/e-addressbook-view.h +++ b/addressbook/gui/widgets/e-addressbook-view.h @@ -81,7 +81,7 @@ struct _EABView GObject *object; GtkWidget *widget; - GtkWidget *scrolled; + GtkWidget *contact_display_window; GtkWidget *contact_display; GtkWidget *paned; |