Skip to content

Commit

Permalink
gtk4: fix crash with flatpak patch
Browse files Browse the repository at this point in the history
  • Loading branch information
Chilledheart committed Aug 7, 2024
1 parent acc8ca6 commit f5f29b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gtk4/yass_window.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ static void yass_window_init(YASSGtkWindow* win) {

gtk_widget_init_template(GTK_WIDGET(win));

builder = gtk_builder_new_from_resource("/io/github/chilleheart/yass/menu.ui");
builder = gtk_builder_new_from_resource("/io/github/chilledheart/yass/menu.ui");
menu = G_MENU_MODEL(gtk_builder_get_object(builder, "menu"));
gtk_menu_button_set_menu_model(GTK_MENU_BUTTON(win->gears), menu);
g_object_unref(builder);
Expand Down

0 comments on commit f5f29b3

Please sign in to comment.