soc.2009.webkitmessageview: f6f465d4: Changed the Author added copyright, etc.

tdrhq at soc.pidgin.im tdrhq at soc.pidgin.im
Tue Aug 25 12:06:38 EDT 2009


-----------------------------------------------------------------
Revision: f6f465d4afec7747a4af194b082e2f6e1407c99a
Ancestor: 1d8ec9342e0e4c1f689d718dea882f6c6cd2b4f9
Author: tdrhq at soc.pidgin.im
Date: 2009-08-10T01:34:48
Branch: im.pidgin.soc.2009.webkitmessageview
URL: http://d.pidgin.im/viewmtn/revision/info/f6f465d4afec7747a4af194b082e2f6e1407c99a

Modified files:
        pidgin/plugins/adiumthemes/webkit.c

ChangeLog: 

Changed the Author added copyright, etc.

-------------- next part --------------
============================================================
--- pidgin/plugins/adiumthemes/webkit.c	ecd6315ae09acf377a3d7439b15f2ee9964f76f8
+++ pidgin/plugins/adiumthemes/webkit.c	b37c7596c397678ee7937abee3b6d2e9bf122b9d
@@ -1,5 +1,6 @@
 /*
- * Adium Webkit views
+ * Adium Message Styles
+ * Copyright (C) 2009  Arnold Noronha <arnstein87 at gmail.com>
  * 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 <seanegan at gmail.com>"
+
+/*
+ * 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 <arnstein87 at gmail.com>" 
 #define PURPLE_PLUGINS          "Hell yeah"
 
 /* System headers */
@@ -46,9 +48,7 @@
 #include <gtkwebview.h>
 #include <smileyparser.h>
 
-static PurpleConversationUiOps *uiops = NULL;
 
-
 /* Cache the contents of the HTML files */
 char *template_html = NULL;                 /* This is the skeleton: some basic javascript mostly */
 char *header_html = NULL;                   /* This is the first thing to be appended to any conversation */


More information about the Commits mailing list