[balsa/gtk4: 185/284] filter-edit-dialog: Build with gtk4
- From: Peter Bloomfield <peterb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [balsa/gtk4: 185/284] filter-edit-dialog: Build with gtk4
- Date: Tue, 29 Dec 2020 20:23:15 +0000 (UTC)
commit 060b70d41e541e9ce6ec9492f01a293c954366e1
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]