diff options
-rw-r--r-- | libempathy-gtk/empathy-contact-search-dialog.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-contact-search-dialog.c b/libempathy-gtk/empathy-contact-search-dialog.c index b08d30915..29d912687 100644 --- a/libempathy-gtk/empathy-contact-search-dialog.c +++ b/libempathy-gtk/empathy-contact-search-dialog.c @@ -33,6 +33,7 @@ #include <libempathy-gtk/empathy-account-chooser.h> #include <libempathy-gtk/empathy-cell-renderer-text.h> #include <libempathy-gtk/empathy-cell-renderer-activatable.h> +#include <libempathy-gtk/empathy-contact-dialogs.h> #include <libempathy-gtk/empathy-images.h> #define DEBUG_FLAG EMPATHY_DEBUG_OTHER @@ -469,7 +470,6 @@ on_profile_button_clicked_cb (EmpathyCellRendererActivatable *cell, EmpathyContactSearchDialog *self) { EmpathyContactSearchDialogPrivate *priv = GET_PRIVATE (self); - GtkTreeSelection *selection; TpConnection *conn; GtkTreeIter iter; GtkTreeModel *model; |