batch-rename-dialog: Don't use GtkContainer::add()
Instead of creating GtkListBoxRows directly, we can just create their child widget and use GtkListBox::insert() method directly. This prepares for GTK4, where GtkContainer is gone.
Please register or sign in to comment