aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-contact-selector-dialog.h
diff options
context:
space:
mode:
authorDanielle Madeley <danielle.madeley@collabora.co.uk>2009-12-18 14:28:42 +0800
committerDanielle Madeley <danielle.madeley@collabora.co.uk>2009-12-19 07:48:55 +0800
commit2afe25753afb3279629a1e63c9340a4738c9bfa9 (patch)
tree8240d2c36ac98696eb734d1c14d42f9a50cd7b4b /libempathy-gtk/empathy-contact-selector-dialog.h
parent270d39eae11b2723a086e10e5dd9c358d1e90ade (diff)
downloadgsoc2013-empathy-2afe25753afb3279629a1e63c9340a4738c9bfa9.tar
gsoc2013-empathy-2afe25753afb3279629a1e63c9340a4738c9bfa9.tar.gz
gsoc2013-empathy-2afe25753afb3279629a1e63c9340a4738c9bfa9.tar.bz2
gsoc2013-empathy-2afe25753afb3279629a1e63c9340a4738c9bfa9.tar.lz
gsoc2013-empathy-2afe25753afb3279629a1e63c9340a4738c9bfa9.tar.xz
gsoc2013-empathy-2afe25753afb3279629a1e63c9340a4738c9bfa9.tar.zst
gsoc2013-empathy-2afe25753afb3279629a1e63c9340a4738c9bfa9.zip
[EmpathyContactSelectorDialog] switch from table_contents to VBox
This makes it more flexible to add other contents to the dialog.
Diffstat (limited to 'libempathy-gtk/empathy-contact-selector-dialog.h')
-rw-r--r--libempathy-gtk/empathy-contact-selector-dialog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-contact-selector-dialog.h b/libempathy-gtk/empathy-contact-selector-dialog.h
index e317cd7a4..255d37ee1 100644
--- a/libempathy-gtk/empathy-contact-selector-dialog.h
+++ b/libempathy-gtk/empathy-contact-selector-dialog.h
@@ -50,8 +50,8 @@ struct _EmpathyContactSelectorDialog {
GtkDialog parent;
/* protected fields */
+ GtkWidget *vbox;
GtkWidget *button_action;
- GtkWidget *table_contact;
};
GType empathy_contact_selector_dialog_get_type (void);