org.guifications.plugins: acf5146883e72de0cf0cdb12393f03636cb8b7db

grim at guifications.org grim at guifications.org
Fri Nov 23 08:00:07 CST 2007


-----------------------------------------------------------------
Revision: acf5146883e72de0cf0cdb12393f03636cb8b7db
Ancestor: 928229936b9893eb62902716ccb743215c476c79
Author: grim at guifications.org
Date: 2007-11-23T10:44:34
Branch: org.guifications.plugins

Modified files:
        stocker/stocker.c stocker/stocker_prefs.c
        stocker/stocker_prefs.h

ChangeLog: 

Updated copyrights
Changed default stocks


-----------------------------------------------------------------
This revision's diffstat output:
 stocker.c       |    2 +-
 stocker_prefs.c |   13 +++++--------
 stocker_prefs.h |    2 +-
 3 files changed, 7 insertions(+), 10 deletions(-)
-------------- next part --------------
============================================================
--- stocker/stocker.c	c3b422e5de5aab7f84e4eb319f5c7934fbe41d70
+++ stocker/stocker.c	b12793b16be1f57667ac78075e2cbfd0c2065054
@@ -1,6 +1,6 @@
 /*
  * Stocker - Adds a stock ticker to the buddy list
- * Copyright (C) 2005 Gary Kramlich <grim at reaperworld.com>
+ * Copyright (C) 2005-2007 Gary Kramlich <grim at reaperworld.com>
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
============================================================
--- stocker/stocker_prefs.c	062b69239f80aa63debff5d37b9bc734a4fec417
+++ stocker/stocker_prefs.c	3f05fee749a568c9ce7eb1c41bf89e7d75b614fe
@@ -1,6 +1,6 @@
 /*
  * Stocker - Adds a stock ticker to the buddy list
- * Copyright (C) 2005 Gary Kramlich <grim at reaperworld.com>
+ * Copyright (C) 2005-2007 Gary Kramlich <grim at reaperworld.com>
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
@@ -17,12 +17,10 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
  * 02111-1301, USA.
  */
-#ifdef HAVE_CONFIG_H
-# include "../pp_config.h"
-#endif
 
+#include "../common/pp_internal.h"
+
 #include "stocker_prefs.h"
-#include "../common/pp_internal.h"
 
 #include <gtkprefs.h>
 #include <gtkutils.h>
@@ -211,9 +209,8 @@ stocker_prefs_init(void) {
 
 	def_syms = g_list_append(def_syms, "GOOG");
 	def_syms = g_list_append(def_syms, "YHOO");
-	def_syms = g_list_append(def_syms, "MSFT");
-	def_syms = g_list_append(def_syms, "UYE");
-	def_syms = g_list_append(def_syms, "TWX");
+	def_syms = g_list_append(def_syms, "RHT");
+	def_syms = g_list_append(def_syms, "VMW");
 
 	purple_prefs_add_none(PREF_MY);
 	purple_prefs_add_none(PREF_ROOT);
============================================================
--- stocker/stocker_prefs.h	6d9db2e359f9ec5e005d1057c18559ecf38a2671
+++ stocker/stocker_prefs.h	f5181eb797dd02a640eeb80336e986226e5a646b
@@ -1,6 +1,6 @@
 /*
  * Stocker - Adds a stock ticker to the buddy list
- * Copyright (C) 2005 Gary Kramlich <grim at reaperworld.com>
+ * Copyright (C) 2005-2007 Gary Kramlich <grim at reaperworld.com>
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as


More information about the Plugins-commits mailing list