edit_source_name

@accepts(RB.Source)
@returns(none)
def edit_source_name(source)

Initiates editing of the name of the specified source. The row for the source is selected and given input focus, allowing the user to edit the name. source_name_edited_cb is called when the user finishes editing.

source :

the RB.Source to edit