pidgin/gtkimhtml.c

branch
soc.2013.gobjectification
changeset 35001
85144a4a7942
parent 34892
65e25c679ca5
parent 34459
f269ff3e4830
child 35058
506740af931c
--- a/pidgin/gtkimhtml.c	Thu Oct 03 06:46:47 2013 +0530
+++ b/pidgin/gtkimhtml.c	Sun Oct 06 18:13:03 2013 +0530
@@ -733,7 +733,7 @@
 	}
 
 	if (GTK_IMHTML(imhtml)->tip) {
-		if ((tip == GTK_IMHTML(imhtml)->tip)) {
+		if (tip == GTK_IMHTML(imhtml)->tip) {
 			g_slist_free(tags);
 			return FALSE;
 		}

mercurial