aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-contact-selector-dialog.h
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2009-12-16 03:28:36 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2009-12-17 18:38:50 +0800
commit43e69eaeb5ea47d0e4a8a75a95ed537696a2639b (patch)
tree0ffe6ff23c661682fbade7f3db926002c14f2dec /libempathy-gtk/empathy-contact-selector-dialog.h
parent6101004ea39c479f048d8bdc4f3ce4296fb3dba6 (diff)
downloadgsoc2013-empathy-43e69eaeb5ea47d0e4a8a75a95ed537696a2639b.tar
gsoc2013-empathy-43e69eaeb5ea47d0e4a8a75a95ed537696a2639b.tar.gz
gsoc2013-empathy-43e69eaeb5ea47d0e4a8a75a95ed537696a2639b.tar.bz2
gsoc2013-empathy-43e69eaeb5ea47d0e4a8a75a95ed537696a2639b.tar.lz
gsoc2013-empathy-43e69eaeb5ea47d0e4a8a75a95ed537696a2639b.tar.xz
gsoc2013-empathy-43e69eaeb5ea47d0e4a8a75a95ed537696a2639b.tar.zst
gsoc2013-empathy-43e69eaeb5ea47d0e4a8a75a95ed537696a2639b.zip
contact-selector-dialog: make table_contact a protected member
So subclass can easily add widgets.
Diffstat (limited to 'libempathy-gtk/empathy-contact-selector-dialog.h')
-rw-r--r--libempathy-gtk/empathy-contact-selector-dialog.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libempathy-gtk/empathy-contact-selector-dialog.h b/libempathy-gtk/empathy-contact-selector-dialog.h
index b44dbd5b1..0f5279946 100644
--- a/libempathy-gtk/empathy-contact-selector-dialog.h
+++ b/libempathy-gtk/empathy-contact-selector-dialog.h
@@ -46,6 +46,7 @@ struct _EmpathyContactSelectorDialog {
/* protected fields */
GtkWidget *button_action;
+ GtkWidget *table_contact;
};
GType empathy_contact_selector_dialog_get_type (void);