676
676
GdkPixbuf *pixbuf = get_pixbuf_from_file(path, 22, 22);
679
689
gtk_list_store_set(GTK_LIST_STORE(model), &iter,
680
690
COL_DEVICE_TYPE, item->type, /* type */
681
691
COL_DEVICE_ID, item->id, /* internal device id or media player id */
682
692
COL_DEVICE_ICON, pixbuf, /* icon pixbuf */
685
695
// Pixbuf has a reference count of 2 now, as the list store has added its own