]> git.0d.be Git - empathy.git/blobdiff - libempathy-gtk/empathy-presence-chooser.h
Don't forget to show the contact widget in some places
[empathy.git] / libempathy-gtk / empathy-presence-chooser.h
index 8bf8de5b5f08847938f4b14210d22532cb24505f..138e1dc7feec69f0be8ee7efe102a2b689e514b9 100644 (file)
@@ -1,6 +1,7 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
  * Copyright (C) 2005-2007 Imendio AB
+ * Copyright (C) 2009 Collabora Ltd.
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
@@ -20,6 +21,7 @@
  * Authors: Richard Hult <richard@imendio.com>
  *          Martyn Russell <martyn@imendio.com>
  *          Xavier Claessens <xclaesse@gmail.com>
+ *          Davyd Madeley <davyd.madeley@collabora.co.uk>
  */
 
 #ifndef __EMPATHY_PRESENCE_CHOOSER_H__
@@ -40,12 +42,12 @@ typedef struct _EmpathyPresenceChooser      EmpathyPresenceChooser;
 typedef struct _EmpathyPresenceChooserClass EmpathyPresenceChooserClass;
 
 struct _EmpathyPresenceChooser {
-       GtkToggleButton parent;
+       GtkComboBoxEntry parent;
        gpointer priv;
 };
 
 struct _EmpathyPresenceChooserClass {
-       GtkToggleButtonClass parent_class;
+       GtkComboBoxEntryClass parent_class;
 };
 
 GType      empathy_presence_chooser_get_type           (void) G_GNUC_CONST;