From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id F383F3DABE3; Tue, 24 Jun 2025 15:09:29 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1750777770; cv=none; b=HL/nQCrJtnENtwKpiBQx2e6i/jzJWjHIlLCkJ6fpswUZq7cZNdFTpt6Nqyg0x4nrUexyOzvxLCKMEMgu0GyWGAxOnPjcC5FvMoL/wglasveJJiwzVzdi8omVZk96OGV+cI7foigol4yKptwLZFJMUB7S61czOo8PkC3e5oc3zWs= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1750777770; c=relaxed/simple; bh=WpdSrMIWUAX+/wei+NDTtBpQwZ+wiFGmbtIoxxBGCvU=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=ObysPMvvs3D4PUbpMLHAR2s/9CJSlW4F8ZCpvCYbifI1fB/o5bKBp5krH/T4o2v7KwNYHh5TGNmtmokp0lNz1cmBdNYLlZpOyjmkkV4hjCJCinThqBm0iBTWLVfmzuDwCf5PrKlDhM4nMkmWU+jpq/zEAmLMeF4UwkFI3IrQOy4= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=PPf+BK7v; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="PPf+BK7v" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 34144C4CEF1; Tue, 24 Jun 2025 15:09:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1750777769; bh=WpdSrMIWUAX+/wei+NDTtBpQwZ+wiFGmbtIoxxBGCvU=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=PPf+BK7v9IKHuIh0UjDmuDBFNpIqxbC6we3fjqpBg8QCh7b578M4CGE8LyX14c4qT RRKVGHtX2AqqAyaFX1DXgCEBuViMBAOPdr3w4WXyvAPYC2t+z/47brIViA6RY1vIdL 2Kbz6lnPvQ5YEExGg1B4NBR/VotrhfZ3sDqDRKknRAsXI0cnFp48We1qyKY/5oq1ds KxP25cEGqv0wuyYOa4QdBGcEXQnPHSQhP+FJHn/kT2MKb3xXMW6p1Mli7oRcFaPQ65 tGB9Ww7pbiC1i+H61zYxenBjhTm4RcoxrOHz6DxDhBAhJeiAuuROdMUcI/bqTx/jM7 K1qppQKTW9oEQ== From: Masahiro Yamada To: linux-kbuild@vger.kernel.org Cc: Masahiro Yamada , linux-kernel@vger.kernel.org Subject: [PATCH 64/66] kconfig: gconf: replace GtkVbox with GtkBox Date: Wed, 25 Jun 2025 00:05:52 +0900 Message-ID: <20250624150645.1107002-65-masahiroy@kernel.org> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20250624150645.1107002-1-masahiroy@kernel.org> References: <20250624150645.1107002-1-masahiroy@kernel.org> Precedence: bulk X-Mailing-List: linux-kbuild@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit GtkVBox is deprecated with GTK 3.2. [1] Use GtkBox instead. [1]: https://gitlab.gnome.org/GNOME/gtk/-/blob/3.2.0/gtk/gtkvbox.c#L47 Signed-off-by: Masahiro Yamada --- scripts/kconfig/gconf.ui | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/kconfig/gconf.ui b/scripts/kconfig/gconf.ui index e5dad2b06502..378a3eadf9f8 100644 --- a/scripts/kconfig/gconf.ui +++ b/scripts/kconfig/gconf.ui @@ -19,7 +19,8 @@ GDK_GRAVITY_NORTH_WEST - + + vertical True False 0 -- 2.43.0