[balsa/gtk4: 208/314] filter-edit-dialog: Build with gtk4
- From: Peter Bloomfield <peterb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [balsa/gtk4: 208/314] filter-edit-dialog: Build with gtk4
- Date: Sat, 19 Jun 2021 21:03:50 +0000 (UTC)
commit 55f84fda53ed038892a5ae91d407866365ccf375
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]