pidgin: 625fbf7f: Add a comment documenting the internal.h...

rlaager at pidgin.im rlaager at pidgin.im
Sun Sep 21 19:20:30 EDT 2008


-----------------------------------------------------------------
Revision: 625fbf7f158fc313ce4d219b02326768e4577645
Ancestor: c4b468cd39c86e9277876ff998e003880c12a103
Author: rlaager at pidgin.im
Date: 2008-09-21T23:16:37
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/625fbf7f158fc313ce4d219b02326768e4577645

Modified files:
        libpurple/protocols/null/nullprpl.c

ChangeLog: 

Add a comment documenting the internal.h situation for people using nullprpl
as the basis of their own out-of-tree prpl.

-------------- next part --------------
============================================================
--- libpurple/protocols/null/nullprpl.c	af6f7ddeb702ad595dcb2f19993771f1acca6285
+++ libpurple/protocols/null/nullprpl.c	15bf0da42c6bbe95b1b8723110171d331c33e13a
@@ -46,8 +46,12 @@
 
 #include <glib.h>
 
+/* If you're using this as the basis of a prpl that will be distributed
+ * separately from libpurple, remove the internal.h include below and replace
+ * it with code to include your own config.h or similar.  If you're going to
+ * provide for translation, you'll also need to setup the gettext macros. */
 #include "internal.h"
-#include "config.h"
+
 #include "account.h"
 #include "accountopt.h"
 #include "blist.h"


More information about the Commits mailing list