/soc/2013/ankitkv/gobjectification: c29644627f31: Fix inclusion ...

Ankit Vani a at nevitus.org
Thu Oct 24 08:51:59 EDT 2013


Changeset: c29644627f31276a08c503e43bd880db2a928ab7
Author:	 Ankit Vani <a at nevitus.org>
Date:	 2013-10-24 15:43 +0530
Branch:	 soc.2013.gobjectification
URL: https://hg.pidgin.im/soc/2013/ankitkv/gobjectification/rev/c29644627f31

Description:

Fix inclusion guards to appropriate names

diffstat:

 finch/gntxfer.h                |  6 +++---
 libpurple/protocols/gg/blist.h |  6 +++---
 pidgin/gtkxfer.h               |  6 +++---
 3 files changed, 9 insertions(+), 9 deletions(-)

diffs (63 lines):

diff --git a/finch/gntxfer.h b/finch/gntxfer.h
--- a/finch/gntxfer.h
+++ b/finch/gntxfer.h
@@ -23,8 +23,8 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02111-1301  USA
  */
-#ifndef _FINCHFT_H_
-#define _FINCHFT_H_
+#ifndef _GNT_XFER_H_
+#define _GNT_XFER_H_
 
 #include "xfer.h"
 
@@ -111,4 +111,4 @@ PurpleXferUiOps *finch_xfers_get_ui_ops(
 
 /*@}*/
 
-#endif /* _FINCHFT_H_ */
+#endif /* _GNT_XFER_H_ */
diff --git a/libpurple/protocols/gg/blist.h b/libpurple/protocols/gg/blist.h
--- a/libpurple/protocols/gg/blist.h
+++ b/libpurple/protocols/gg/blist.h
@@ -21,8 +21,8 @@
  */
 
 
-#ifndef _PURPLE_GG_BUDDYLIST_H
-#define _PURPLE_GG_BUDDYLIST_H
+#ifndef _PURPLE_GG_BLIST_H
+#define _PURPLE_GG_BLIST_H
 
 #include "connection.h"
 #include "account.h"
@@ -61,7 +61,7 @@ ggp_buddylist_dump(PurpleAccount *accoun
  */
 const char * ggp_buddylist_get_buddy_name(PurpleConnection *gc, const uin_t uin);
 
-#endif /* _PURPLE_GG_BUDDYLIST_H */
+#endif /* _PURPLE_GG_BLIST_H */
 
 
 /* vim: set ts=8 sts=0 sw=8 noet: */
diff --git a/pidgin/gtkxfer.h b/pidgin/gtkxfer.h
--- a/pidgin/gtkxfer.h
+++ b/pidgin/gtkxfer.h
@@ -23,8 +23,8 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02111-1301  USA
  */
-#ifndef _PIDGINFT_H_
-#define _PIDGINFT_H_
+#ifndef _PIDGINXFER_H_
+#define _PIDGINXFER_H_
 
 #include "xfer.h"
 
@@ -149,4 +149,4 @@ PurpleXferUiOps *pidgin_xfers_get_ui_ops
 
 G_END_DECLS
 
-#endif /* _PIDGINFT_H_ */
+#endif /* _PIDGINXFER_H_ */



More information about the Commits mailing list