diff pidgin/gtklog.c @ 15592:0a5823d45398

Fix a few small compile warnings: gtkblist.c: In function ¡Æpidgin_blist_paint_tip¡Ç: gtkblist.c:2352: warning: suggest explicit braces to avoid ambiguous ¡Æelse¡Ç gtkblist.c:2370: warning: suggest explicit braces to avoid ambiguous ¡Æelse¡Ç gtklog.c: In function ¡Æpidgin_log_show_contact¡Ç: gtklog.c:699: warning: ISO C90 forbids mixed declarations and code gtkstatusbox.c: In function ¡Æadd_popular_statuses¡Ç: gtkstatusbox.c:842: warning: unused variable ¡Æheight¡Ç gtkstatusbox.c:842: warning: unused variable ¡Æwidth¡Ç gtkstatusbox.c:841: warning: unused variable ¡Æemblem¡Ç
author Mark Doliner <mark@kingant.net>
date Fri, 09 Feb 2007 07:34:51 +0000
parents 3ae0ba9aee46
children cebfc6af3eb5
line wrap: on
line diff
--- a/pidgin/gtklog.c	Fri Feb 09 07:25:03 2007 +0000
+++ b/pidgin/gtklog.c	Fri Feb 09 07:34:51 2007 +0000
@@ -695,7 +695,7 @@
 	PidginLogViewer *lv = NULL;
 	GList *logs = NULL;
 	GdkPixbuf *pixbuf;
-	GtkWidget *image = gtk_image_new();;
+	GtkWidget *image = gtk_image_new();
 	const char *name = NULL;
 	char *title;
 	int total_log_size = 0;