I really shouldn't commit before compiling.

Fri, 27 Apr 2007 04:35:59 +0000

author
Richard Laager <rlaager@pidgin.im>
date
Fri, 27 Apr 2007 04:35:59 +0000
changeset 16568
b26c36d6cf2d
parent 16567
4d79ee03965d
child 16569
76f71be1b660
child 16572
961f06cca4d2

I really shouldn't commit before compiling.

libpurple/buddyicon.c file | annotate | diff | comparison | revisions
--- a/libpurple/buddyicon.c	Fri Apr 27 04:33:26 2007 +0000
+++ b/libpurple/buddyicon.c	Fri Apr 27 04:35:59 2007 +0000
@@ -972,8 +972,8 @@
 
 		if (account_icon_file != NULL)
 		{
-			char *path = g_build_filename(dirname, filename, NULL);
-			if (!g_file_test(filename, G_FILE_TEST_EXISTS))
+			char *path = g_build_filename(dirname, account_icon_file, NULL);
+			if (!g_file_test(path, G_FILE_TEST_EXISTS))
 			{
 				purple_account_set_string(account, "buddy_icon", NULL);
 			} else {

mercurial