pull/8098/head
Mitchell Hashimoto 2025-07-29 09:38:31 -07:00
parent e4fb46f230
commit 70010ec50a
No known key found for this signature in database
GPG Key ID: 523D5DC389D273BC
1 changed files with 2 additions and 2 deletions

View File

@ -607,7 +607,7 @@ pub const Window = extern struct {
.getChild() .getChild()
.as(gtk.Widget) .as(gtk.Widget)
.getAncestor(gobject.ext.typeFor(adw.TabView)) orelse { .getAncestor(gobject.ext.typeFor(adw.TabView)) orelse {
log.warn("close confirmation caled for non-existent page", .{}); log.warn("close confirmation called for non-existent page", .{});
return; return;
}; };
const tab_view = gobject.ext.cast( const tab_view = gobject.ext.cast(
@ -625,7 +625,7 @@ pub const Window = extern struct {
.getChild() .getChild()
.as(gtk.Widget) .as(gtk.Widget)
.getAncestor(gobject.ext.typeFor(adw.TabView)) orelse { .getAncestor(gobject.ext.typeFor(adw.TabView)) orelse {
log.warn("close confirmation caled for non-existent page", .{}); log.warn("close confirmation called for non-existent page", .{});
return; return;
}; };
const tab_view = gobject.ext.cast( const tab_view = gobject.ext.cast(