gtkmm: use prepend() instead of deprecated Gtk::ComboBoxText::prepend_text()
This commit is contained in:
parent
09c6e68ae8
commit
1a0f862a0c
@ -135,7 +135,7 @@ PathsDialog::add_path() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (!dup) {
|
if (!dup) {
|
||||||
paths_list_view.prepend_text(dir);
|
paths_list_view.prepend(dir);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user