diff options
author | Cosimo Cecchi <cosimo.cecchi@collabora.co.uk> | 2009-07-26 23:08:47 +0800 |
---|---|---|
committer | Cosimo Cecchi <cosimoc@gnome.org> | 2009-07-30 06:13:20 +0800 |
commit | 72ae76e34c0c57b326be53f860bbc12cadf1ceb8 (patch) | |
tree | c34ba2cc0df9b854a26ebfe8e2c690774df8e28c /libempathy-gtk | |
parent | 88723038185c9f7b1402153f0a3009ea883fc250 (diff) | |
download | gsoc2013-empathy-72ae76e34c0c57b326be53f860bbc12cadf1ceb8.tar gsoc2013-empathy-72ae76e34c0c57b326be53f860bbc12cadf1ceb8.tar.gz gsoc2013-empathy-72ae76e34c0c57b326be53f860bbc12cadf1ceb8.tar.bz2 gsoc2013-empathy-72ae76e34c0c57b326be53f860bbc12cadf1ceb8.tar.lz gsoc2013-empathy-72ae76e34c0c57b326be53f860bbc12cadf1ceb8.tar.xz gsoc2013-empathy-72ae76e34c0c57b326be53f860bbc12cadf1ceb8.tar.zst gsoc2013-empathy-72ae76e34c0c57b326be53f860bbc12cadf1ceb8.zip |
Fix a typo.
Diffstat (limited to 'libempathy-gtk')
-rw-r--r-- | libempathy-gtk/empathy-account-widget.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libempathy-gtk/empathy-account-widget.h b/libempathy-gtk/empathy-account-widget.h index f05c66012..d3bd171fc 100644 --- a/libempathy-gtk/empathy-account-widget.h +++ b/libempathy-gtk/empathy-account-widget.h @@ -22,8 +22,8 @@ * Martyn Russell <martyn@imendio.com> */ -#ifndef __EMPATHY_ACCOUNT_WIDGET_GENERIC_H__ -#define __EMPATHY_ACCOUNT_WIDGET_GENERIC_H__ +#ifndef __EMPATHY_ACCOUNT_WIDGET_H__ +#define __EMPATHY_ACCOUNT_WIDGET_H__ #include <gtk/gtk.h> @@ -55,4 +55,4 @@ GtkWidget *empathy_account_widget_groupwise_new (EmpathyAccountSettings *s G_END_DECLS -#endif /* __EMPATHY_ACCOUNT_WIDGET_GENERIC_H__ */ +#endif /* __EMPATHY_ACCOUNT_WIDGET_H__ */ |