[balsa/gtk4: 182/294] filter-edit-dialog: Build with gtk4
- From: Peter Bloomfield <peterb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [balsa/gtk4: 182/294] filter-edit-dialog: Build with gtk4
- Date: Sun, 10 Oct 2021 00:03:11 +0000 (UTC)
commit 55d1c09347d7040f4ec048b4a8699ef06e9c0e4a
Author: Peter Bloomfield <PeterBloomfield bellsouth net>
Date: Thu Oct 8 22:49:44 2020 -0400
filter-edit-dialog: Build with gtk4
src/filter-edit-dialog.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/filter-edit-dialog.c b/src/filter-edit-dialog.c
index eadd02117..98f78e747 100644
--- a/src/filter-edit-dialog.c
+++ b/src/filter-edit-dialog.c
@@ -197,7 +197,7 @@ build_left_side(void)
vbox = gtk_box_new(GTK_ORIENTATION_VERTICAL, 4);
/* the list */
- sw = gtk_scrolled_window_new(NULL, NULL);
+ sw = gtk_scrolled_window_new();
gtk_scrolled_window_set_policy(GTK_SCROLLED_WINDOW(sw),
GTK_POLICY_AUTOMATIC,
GTK_POLICY_AUTOMATIC);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]