]> git.0d.be Git - empathy.git/blobdiff - libempathy-gtk/empathy-log-window.h
Updated Polish translation
[empathy.git] / libempathy-gtk / empathy-log-window.h
index 09a986399a72d06713f43a46b2b63647178088a4..def0d846b023afd109986275795afcbb8e9147ce 100644 (file)
@@ -1,7 +1,7 @@
 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
  * Copyright (C) 2006-2007 Imendio AB
- * Copyright (C) 2007 Collabora Ltd.
+ * Copyright (C) 2007-2008 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
@@ -15,9 +15,9 @@
  *
  * 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: Martyn Russell <martyn@imendio.com>
  *          Xavier Claessens <xclaesse@gmail.com>
  */
 #ifndef __EMPATHY_LOG_WINDOW_H__
 #define __EMPATHY_LOG_WINDOW_H__
 
-#include <libmissioncontrol/mc-account.h>
+#include <telepathy-glib/account.h>
 
 G_BEGIN_DECLS
 
-void empathy_log_window_show (McAccount   *account,
-                            const gchar *chat_id,
-                            gboolean     chatroom,
-                            GtkWindow   *parent);
+GtkWidget * empathy_log_window_show (TpAccount   *account,
+                                    const gchar *chat_id,
+                                    gboolean     chatroom,
+                                    GtkWindow   *parent);
 
 G_END_DECLS