pidgin/gtkxfer.c

changeset 39560
08865c4f67b3
parent 39466
43e2de46c7d5
child 39673
d02350b7261b
equal deleted inserted replaced
39559:613be2e22a98 39560:08865c4f67b3
560 GtkTreeViewColumn *column; 560 GtkTreeViewColumn *column;
561 GtkTreeSelection *selection; 561 GtkTreeSelection *selection;
562 562
563 /* Build the tree model */ 563 /* Build the tree model */
564 /* Transfer type, Progress Bar, Filename, Size, Remaining */ 564 /* Transfer type, Progress Bar, Filename, Size, Remaining */
565 model = gtk_list_store_new(NUM_COLUMNS, GDK_TYPE_PIXBUF, G_TYPE_INT, 565 model = gtk_list_store_new(NUM_COLUMNS, G_TYPE_STRING, G_TYPE_INT,
566 G_TYPE_STRING, G_TYPE_STRING, G_TYPE_STRING, 566 G_TYPE_STRING, G_TYPE_STRING, G_TYPE_STRING,
567 G_TYPE_POINTER); 567 G_TYPE_POINTER);
568 dialog->model = model; 568 dialog->model = model;
569 569
570 /* Create the treeview */ 570 /* Create the treeview */

mercurial