We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1d3b85 commit cc9858fCopy full SHA for cc9858f
examples/listbox_sort_stringlist/main.rs
@@ -10,7 +10,7 @@ use gtk::{
10
11
fn main() -> glib::ExitCode {
12
let application = gtk::Application::builder()
13
- .application_id("com.github.gtk-rs.examples.listbox-sorted-StringList")
+ .application_id("com.github.gtk-rs.examples.SortedStringList")
14
.build();
15
16
application.connect_activate(build_ui);
0 commit comments