]> git.0d.be Git - empathy.git/commitdiff
Fix a typo.
authorCosimo Cecchi <cosimo.cecchi@collabora.co.uk>
Sun, 26 Jul 2009 15:08:47 +0000 (17:08 +0200)
committerCosimo Cecchi <cosimoc@gnome.org>
Wed, 29 Jul 2009 22:13:20 +0000 (00:13 +0200)
libempathy-gtk/empathy-account-widget.h

index f05c66012693c9aae6195ebf3873e0b45265060e..d3bd171fcdf62fe8724c38c39baf0d3a89589117 100644 (file)
@@ -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__ */