aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/contact-list-editor/e-contact-list-editor.h
diff options
context:
space:
mode:
authorLarry Ewing <lewing@ximian.com>2004-06-05 10:54:15 +0800
committerLarry Ewing <lewing@src.gnome.org>2004-06-05 10:54:15 +0800
commit6ade4de1835e31879ae3db39d46d5bd510162b95 (patch)
tree1f0eea2c1de899517d8b89c98f985c60a17d215d /addressbook/gui/contact-list-editor/e-contact-list-editor.h
parent13dc2a27272b049cf2612c5742923ad3739aa2e2 (diff)
downloadgsoc2013-evolution-6ade4de1835e31879ae3db39d46d5bd510162b95.tar
gsoc2013-evolution-6ade4de1835e31879ae3db39d46d5bd510162b95.tar.gz
gsoc2013-evolution-6ade4de1835e31879ae3db39d46d5bd510162b95.tar.bz2
gsoc2013-evolution-6ade4de1835e31879ae3db39d46d5bd510162b95.tar.lz
gsoc2013-evolution-6ade4de1835e31879ae3db39d46d5bd510162b95.tar.xz
gsoc2013-evolution-6ade4de1835e31879ae3db39d46d5bd510162b95.tar.zst
gsoc2013-evolution-6ade4de1835e31879ae3db39d46d5bd510162b95.zip
remove bonobo menus and cruft add ok/cancel buttons.
2004-06-04 Larry Ewing <lewing@ximian.com> * gui/contact-list-editor/e-contact-list-editor.c: remove bonobo menus and cruft add ok/cancel buttons. * gui/contact-list-editor/e-contact-list-editor.h: add buttons for ok/cancel. * gui/contact-list-editor/contact-list-editor.glade: add fields for ok/cancel reparent to GtkDialog, other minor adjustments. svn path=/trunk/; revision=26224
Diffstat (limited to 'addressbook/gui/contact-list-editor/e-contact-list-editor.h')
-rw-r--r--addressbook/gui/contact-list-editor/e-contact-list-editor.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/addressbook/gui/contact-list-editor/e-contact-list-editor.h b/addressbook/gui/contact-list-editor/e-contact-list-editor.h
index 601cb23fe2..26de00e6f8 100644
--- a/addressbook/gui/contact-list-editor/e-contact-list-editor.h
+++ b/addressbook/gui/contact-list-editor/e-contact-list-editor.h
@@ -68,6 +68,8 @@ struct _EContactListEditor
GtkWidget *visible_addrs_checkbutton;
GtkWidget *list_image;
GtkWidget *source_menu;
+ GtkWidget *ok_button;
+ GtkWidget *cancel_button;
/* Whether we are editing a new contact or an existing one */
guint is_new_list : 1;