Skip to content

Commit cc9858f

Browse files
Update examples/listbox_sort_stringlist/main.rs
Co-authored-by: Bilal Elmoussaoui <[email protected]>
1 parent b1d3b85 commit cc9858f

File tree

1 file changed

+1
-1
lines changed
  • examples/listbox_sort_stringlist

1 file changed

+1
-1
lines changed

examples/listbox_sort_stringlist/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ use gtk::{
1010

1111
fn main() -> glib::ExitCode {
1212
let application = gtk::Application::builder()
13-
.application_id("com.github.gtk-rs.examples.listbox-sorted-StringList")
13+
.application_id("com.github.gtk-rs.examples.SortedStringList")
1414
.build();
1515

1616
application.connect_activate(build_ui);

0 commit comments

Comments
 (0)