From 625867bfc70a1d852940a6d1ed36971f6e375cff Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Wed, 24 Aug 2011 14:31:39 +0200 Subject: new-call-dialog: port to EmpathyContactChooser Replace the 'send video' checkbox by an extra button It's more coherent with the other places where we allow user to start calls. It also gives better feedback as we can unsensitive this button if the selected contact doesn't support video. https://bugzilla.gnome.org/show_bug.cgi?id=661981 --- libempathy-gtk/empathy-new-call-dialog.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'libempathy-gtk/empathy-new-call-dialog.h') diff --git a/libempathy-gtk/empathy-new-call-dialog.h b/libempathy-gtk/empathy-new-call-dialog.h index 029c3736f..6bfa789b5 100644 --- a/libempathy-gtk/empathy-new-call-dialog.h +++ b/libempathy-gtk/empathy-new-call-dialog.h @@ -24,19 +24,17 @@ #include #include -#include - G_BEGIN_DECLS typedef struct _EmpathyNewCallDialog EmpathyNewCallDialog; typedef struct _EmpathyNewCallDialogClass EmpathyNewCallDialogClass; struct _EmpathyNewCallDialogClass { - EmpathyContactSelectorDialogClass parent_class; + GtkDialogClass parent_class; }; struct _EmpathyNewCallDialog { - EmpathyContactSelectorDialog parent; + GtkDialog parent; }; GType empathy_new_call_dialog_get_type (void); -- cgit v1.2.3