f.albums.cc (fotoxx-22.41) | : | f.albums.cc (fotoxx-22.50) | ||
---|---|---|---|---|
skipping to change at line 328 | skipping to change at line 328 | |||
if (Fgallery) // fill album from gallery | if (Fgallery) // fill album from gallery | |||
album_create_from_gallery(curr_album); | album_create_from_gallery(curr_album); | |||
if (Fselect) { // select initial album files | if (Fselect) { // select initial album files | |||
m_select_files(0,0); | m_select_files(0,0); | |||
album_add_selfiles(1); | album_add_selfiles(1); | |||
} | } | |||
album_show(); | album_show(); | |||
zmessage_post(Mwin,"20/20",3,"new album created"); | zmessage_post_bold(Mwin,"20/20",3,"new album created"); | |||
return 1; | return 1; | |||
} | } | |||
// make an album from the current gallery | // make an album from the current gallery | |||
// return 0 = OK, +N = error | // return 0 = OK, +N = error | |||
int album_create_from_gallery(cchar *newalbumfile) | int album_create_from_gallery(cchar *newalbumfile) | |||
{ | { | |||
char *pp; | char *pp; | |||
int Nth; | int Nth; | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |