Home
last modified time | relevance | path

Searched refs:has_album_node (Results 1 – 1 of 1) sorted by relevance

/dports/audio/aqualung/aqualung-1.0/src/
H A Dplaylist.c145 int has_album_node; member
668 clipboard->has_album_node = 0; in playlist_copy()
674 clipboard->has_album_node = 1; in playlist_copy()
684 clipboard->has_album_node = 1; in playlist_copy()
723 if (clipboard->has_album_node && gtk_tree_path_get_depth(path) > 1) { in playlist_paste()