aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-account-widget-salut.h
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@gmail.com>2007-08-23 18:25:49 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2007-08-23 18:25:49 +0800
commit752849381a4b486de3d697d7c57443bea42f9bee (patch)
tree489fc297c0a7231f3f298fe603b3c884370154c2 /libempathy-gtk/empathy-account-widget-salut.h
parent34235668af780b7569f0f0142068a70765e50a39 (diff)
downloadgsoc2013-empathy-752849381a4b486de3d697d7c57443bea42f9bee.tar
gsoc2013-empathy-752849381a4b486de3d697d7c57443bea42f9bee.tar.gz
gsoc2013-empathy-752849381a4b486de3d697d7c57443bea42f9bee.tar.bz2
gsoc2013-empathy-752849381a4b486de3d697d7c57443bea42f9bee.tar.lz
gsoc2013-empathy-752849381a4b486de3d697d7c57443bea42f9bee.tar.xz
gsoc2013-empathy-752849381a4b486de3d697d7c57443bea42f9bee.tar.zst
gsoc2013-empathy-752849381a4b486de3d697d7c57443bea42f9bee.zip
Add specialised UI for salut settings. Configure a Salut account first
2007-08-23 Xavier Claessens <xclaesse@gmail.com> * libempathy-gtk/empathy-account-widget-salut.glade: * libempathy-gtk/empathy-account-widget-salut.c: * libempathy-gtk/empathy-account-widget-salut.h: * libempathy-gtk/empathy-preferences.h: * libempathy-gtk/empathy-accounts-dialog.c: * libempathy-gtk/Makefile.am: * src/empathy.c: * configure.ac: * data/empathy.schemas.in: Add specialised UI for salut settings. Configure a Salut account first time empathy is started with salut CM installed using gnome-about-me information. Fixes bug #447467 (Cosimo Cecchi, Xavier Claessens). svn path=/trunk/; revision=266
Diffstat (limited to 'libempathy-gtk/empathy-account-widget-salut.h')
-rw-r--r--libempathy-gtk/empathy-account-widget-salut.h34
1 files changed, 34 insertions, 0 deletions
diff --git a/libempathy-gtk/empathy-account-widget-salut.h b/libempathy-gtk/empathy-account-widget-salut.h
new file mode 100644
index 000000000..57427187f
--- /dev/null
+++ b/libempathy-gtk/empathy-account-widget-salut.h
@@ -0,0 +1,34 @@
+/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
+/*
+ * Copyright (C) 2007 Cosimo Cecchi <anarki@lilik.it>
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License as
+ * published by the Free Software Foundation; either version 2 of the
+ * License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * General Public License for more details.
+ *
+ * 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.
+ *
+ * Authors: Cosimo Cecchi <anarki@lilik.it>
+ */
+
+#ifndef __EMPATHY_ACCOUNT_WIDGET_SALUT_H__
+#define __EMPATHY_ACCOUNT_WIDGET_SALUT_H__
+
+#include <libmissioncontrol/mc-account.h>
+
+G_BEGIN_DECLS
+
+GtkWidget *empathy_account_widget_salut_new (McAccount *account);
+
+G_END_DECLS
+
+#endif /* __EMPATHY_ACCOUNT_WIDGET_SALUT_H__ */