diff pidgin/gtkblist.c @ 16100:5311fcd9fbfb

The things that C will allow to compile astound me. Removes an errant apostrophe.
author Sean Egan <seanegan@gmail.com>
date Sat, 14 Apr 2007 08:19:51 +0000
parents 8e0a9b2f5a2e
children f3559f8d2fc1
line wrap: on
line diff
--- a/pidgin/gtkblist.c	Sat Apr 14 07:23:05 2007 +0000
+++ b/pidgin/gtkblist.c	Sat Apr 14 08:19:51 2007 +0000
@@ -2592,7 +2592,7 @@
 		gtkblist->tooltipdata = g_list_append(gtkblist->tooltipdata, td);
 		w = TOOLTIP_BORDER + STATUS_SIZE + SMALL_SPACE +
 			MAX(td->width, td->name_width) + SMALL_SPACE + td->avatar_width + TOOLTIP_BORDER;
-		h = TOOLTIP_BORDER + MAX(td->height + td->name_height, MAX(STATUS_SIZE, td->avatar_height));
+		h = TOOLTIP_BORDER + MAX(td->height + td->name_height, MAX(STATUS_SIZE, td->avatar_height))
 			+ TOOLTIP_BORDER;
 	} else if(PURPLE_BLIST_NODE_IS_CONTACT(node)) {
 		PurpleBlistNode *child;