comparison pidgin/gtklog.c @ 15593: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
comparison
equal deleted inserted replaced
15592:cf999f8e8a56 15593:0a5823d45398
693 struct log_viewer_hash_t *ht = g_new0(struct log_viewer_hash_t, 1); 693 struct log_viewer_hash_t *ht = g_new0(struct log_viewer_hash_t, 1);
694 GaimBlistNode *child; 694 GaimBlistNode *child;
695 PidginLogViewer *lv = NULL; 695 PidginLogViewer *lv = NULL;
696 GList *logs = NULL; 696 GList *logs = NULL;
697 GdkPixbuf *pixbuf; 697 GdkPixbuf *pixbuf;
698 GtkWidget *image = gtk_image_new();; 698 GtkWidget *image = gtk_image_new();
699 const char *name = NULL; 699 const char *name = NULL;
700 char *title; 700 char *title;
701 int total_log_size = 0; 701 int total_log_size = 0;
702 702
703 g_return_if_fail(contact != NULL); 703 g_return_if_fail(contact != NULL);