Update the dialog title to reflect the album we're currently

organizing.
This commit is contained in:
Bharat Mediratta
2011-01-08 18:45:10 -08:00
parent 249ca99c69
commit 8f5a3fd0c2
2 changed files with 4 additions and 0 deletions

View File

@@ -65,6 +65,9 @@
} else {
thumb_data_view.dragZone.lock();
}
if (parent.set_title) {
parent.set_title(album_info.title);
}
},
failure: show_generic_error
});