changeset 6185:3b5c86808a66

[gaim-migrate @ 6671] NEWSination and a fugbix. (unqueueing messages from a disconnected account) committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Thu, 17 Jul 2003 22:27:51 +0000
parents c2344d2f3fd8
children 424103548580
files ChangeLog NEWS src/gtkconv.c
diffstat 3 files changed, 7 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Thu Jul 17 22:11:21 2003 +0000
+++ b/ChangeLog	Thu Jul 17 22:27:51 2003 +0000
@@ -1,6 +1,6 @@
 Gaim: The Pimpin' Penguin IM Clone that's good for the soul!
 
-version 0.66:
+version 0.66 (07/17/2003):
 	* Freebsd compile fix (Matthew Luckie)
 	* .spec file improvements (Ethan Blanton)
 	* Added a gaim-remote man page (Robert McQueen)
--- a/NEWS	Thu Jul 17 22:11:21 2003 +0000
+++ b/NEWS	Thu Jul 17 22:27:51 2003 +0000
@@ -2,6 +2,11 @@
 0.66 (07/17/2003):
 	Rob: Oops!!!!
 
+	Sean: Man, 0.65 was so super lame and boring.  But 0.66?  WOW!
+	This is the most incredible thing EVER.  We've done tons of work
+	since 0.65, and I'm really proud of what we came out with.  Thanks
+	to everyone who helped!
+
 0.65 (07/14/2003):
 	Rob: Wooo! We're finally ready for 0.65.  Are you guys excited?  I
 	haven't worked on anything in this release, either.  I've been
--- a/src/gtkconv.c	Thu Jul 17 22:11:21 2003 +0000
+++ b/src/gtkconv.c	Thu Jul 17 22:27:51 2003 +0000
@@ -4335,7 +4335,7 @@
 	if (!gaim_prefs_get_bool("/gaim/gtk/logging/strip_html"))
 		gtk_font_options ^= GTK_IMHTML_RETURN_LOG;
 
-	if (GAIM_PLUGIN_PROTOCOL_INFO(conv->account->gc->prpl)->options &
+	if (GAIM_PLUGIN_PROTOCOL_INFO(gaim_find_prpl(gaim_account_get_protocol(conv->account)))->options &
 		OPT_PROTO_USE_POINTSIZE) {
 
 		gtk_font_options ^= GTK_IMHTML_USE_POINTSIZE;