diff options
author | xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4> | 2007-08-23 18:25:49 +0800 |
---|---|---|
committer | xclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4> | 2007-08-23 18:25:49 +0800 |
commit | 04724db429c7fe17a20fa05dd5e31c9e2fdefe86 (patch) | |
tree | 489fc297c0a7231f3f298fe603b3c884370154c2 /libempathy-gtk/empathy-account-widget-salut.h | |
parent | 4bb650a22f3e2b56d8e8c81d4985ed841fee1334 (diff) | |
download | gsoc2013-empathy-04724db429c7fe17a20fa05dd5e31c9e2fdefe86.tar gsoc2013-empathy-04724db429c7fe17a20fa05dd5e31c9e2fdefe86.tar.gz gsoc2013-empathy-04724db429c7fe17a20fa05dd5e31c9e2fdefe86.tar.bz2 gsoc2013-empathy-04724db429c7fe17a20fa05dd5e31c9e2fdefe86.tar.lz gsoc2013-empathy-04724db429c7fe17a20fa05dd5e31c9e2fdefe86.tar.xz gsoc2013-empathy-04724db429c7fe17a20fa05dd5e31c9e2fdefe86.tar.zst gsoc2013-empathy-04724db429c7fe17a20fa05dd5e31c9e2fdefe86.zip |
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).
git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@266 4ee84921-47dd-4033-b63a-18d7a039a3e4
Diffstat (limited to 'libempathy-gtk/empathy-account-widget-salut.h')
-rw-r--r-- | libempathy-gtk/empathy-account-widget-salut.h | 34 |
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__ */ |