changeset 2824:2c39e70dd07c

[gaim-migrate @ 2837] hi committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Sat, 01 Dec 2001 02:14:47 +0000
parents cd23279122ed
children 8cd878c14090
files plugins/raw.c src/buddy.c
diffstat 2 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/plugins/raw.c	Sat Dec 01 01:48:26 2001 +0000
+++ b/plugins/raw.c	Sat Dec 01 02:14:47 2001 +0000
@@ -5,7 +5,7 @@
 #undef MAX
 #undef MIN
 #endif
-#include "jabber/jabber.h"
+#include "protocols/jabber/jabber.h"
 
 static GtkWidget *window = NULL;
 static GtkWidget *optmenu = NULL;
--- a/src/buddy.c	Sat Dec 01 01:48:26 2001 +0000
+++ b/src/buddy.c	Sat Dec 01 02:14:47 2001 +0000
@@ -246,6 +246,9 @@
 	GtkCTreeNode *c;
 	char buf[256];
 
+	if (!strcmp(b->show, prevname))
+		g_snprintf(b->show, sizeof(b->show), "%s", b->name);
+
 	/* well you shouldn't be calling this if nothing changed. duh. */
 	do_export(b->gc);