]> git.0d.be Git - empathy.git/blobdiff - libempathy-gtk/empathy-presence-chooser.h
Updated Swedish translation
[empathy.git] / libempathy-gtk / empathy-presence-chooser.h
index 138e1dc7feec69f0be8ee7efe102a2b689e514b9..d4595ab1b9c829a6a2e20c0794699fc946aa0d3d 100644 (file)
  *
  * You should have received a copy of the GNU General Public
  * License along with this program; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
+ * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
+ * Boston, MA  02110-1301  USA
  *
  * Authors: Richard Hult <richard@imendio.com>
  *          Martyn Russell <martyn@imendio.com>
  *          Xavier Claessens <xclaesse@gmail.com>
- *          Davyd Madeley <davyd.madeley@collabora.co.uk>
+ *          Danielle Madeley <danielle.madeley@collabora.co.uk>
  */
 
 #ifndef __EMPATHY_PRESENCE_CHOOSER_H__
@@ -42,12 +42,14 @@ typedef struct _EmpathyPresenceChooser      EmpathyPresenceChooser;
 typedef struct _EmpathyPresenceChooserClass EmpathyPresenceChooserClass;
 
 struct _EmpathyPresenceChooser {
-       GtkComboBoxEntry parent;
+       GtkComboBox parent;
+
+       /*<private>*/
        gpointer priv;
 };
 
 struct _EmpathyPresenceChooserClass {
-       GtkComboBoxEntryClass parent_class;
+       GtkComboBoxClass parent_class;
 };
 
 GType      empathy_presence_chooser_get_type           (void) G_GNUC_CONST;