# HG changeset patch # User tdrhq@soc.pidgin.im # Date 1249868088 0 # Node ID 0bac73a6a5367e468b4d9c0b4f60655cbfb97935 # Parent 9839a31f2667ba5759861d0c90b9086a53d19723 Changed the Author added copyright, etc. diff -r 9839a31f2667 -r 0bac73a6a536 pidgin/plugins/adiumthemes/webkit.c --- a/pidgin/plugins/adiumthemes/webkit.c Mon Aug 10 01:21:57 2009 +0000 +++ b/pidgin/plugins/adiumthemes/webkit.c Mon Aug 10 01:34:48 2009 +0000 @@ -1,5 +1,6 @@ /* - * Adium Webkit views + * Adium Message Styles + * Copyright (C) 2009 Arnold Noronha * Copyright (C) 2007 * * This program is free software; you can redistribute it and/or @@ -18,13 +19,14 @@ * 02111-1307, USA. */ -/* This plugins is basically Sadrul's x-chat plugin, but with Webkit - * instead of xtext. - */ - #define PLUGIN_ID "gtk-webview-adium-ims" #define PLUGIN_NAME "webview-adium-ims" -#define PLUGIN_AUTHOR "Sean Egan " + +/* + * A lot of this was originally written by Sean Egan, but I think I've + * rewrote enough to replace the author for now. + */ +#define PLUGIN_AUTHOR "Arnold Noronha " #define PURPLE_PLUGINS "Hell yeah" /* System headers */ @@ -46,8 +48,6 @@ #include #include -static PurpleConversationUiOps *uiops = NULL; - /* Cache the contents of the HTML files */ char *template_html = NULL; /* This is the skeleton: some basic javascript mostly */