pidgin/gtklog.c

changeset 15656
c1f66538f8c6
parent 15639
4d29fa62453d
child 15882
1dbd5756b7bf
equal deleted inserted replaced
15655:c0f4bd137246 15656:c1f66538f8c6
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);

mercurial