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 19A7D2EF9B4; Wed, 16 Jul 2025 23:25:49 +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=1752708350; cv=none; b=gfyRfPk4Q0oM5vwGYb6nTbzil+jm21k2ZSKkAqGFqlhTDPIivLi62+x09ARCfqjno+GbuczM8RKjEIsvbpDJKihHZoUnA1lIjONg5L2hVMlW/DahDzSV3ifkyO5kxeWwJXk70nBaIcNF8dMUbkhy2p+Y1KQAqudzWfxmkuDTJjg= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1752708350; c=relaxed/simple; bh=PRD69IubuS+YNJtEC0NEviliKBWdcEJiUbDlYw7l21o=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=QQx3LHuZhak5Wb/FKh8QTmc3/uXuGSLWmMsMCYLXWxXiMeu1hj7jUsL1ETtFcdMP6TsUb1wBaNPc70yXfeGn3Il3EFx7qw734ZDWfQjCwkHK0Pc5rCdXxD8aIhxh/4879RL67vuAywcCkR6WPKky5eFA4QTD3cslfSvKj0j462g= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=op9eM30G; 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="op9eM30G" Received: by smtp.kernel.org (Postfix) with ESMTPSA id D84D8C4CEE7; Wed, 16 Jul 2025 23:25:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1752708349; bh=PRD69IubuS+YNJtEC0NEviliKBWdcEJiUbDlYw7l21o=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=op9eM30GwKmxtizZW7/YIYpt6vAkaoCaf4NNR0SGAkumVWLXXNtghDuAEeSV6CRIQ deVjFlJjbF/mbll+qjUCRKlY359fH1OgDk5rTQ8IutoVLyK6MZihO8ktvGU6QZwr1l pSSypkQXDiOuXiD6WBTSDbkaDlL7ne0gw3HCp5toJBWjTxwXHt3s7Auq8Vdpi5fJyl V+x6V6beYTlyR5bYhjuOLu7b0LJ5CaahHWhVsZuLeHNBmcLqvUAVDdW8SC2niqL9rB 7imVHT4+t35sucuPn01NoYtO6C2U494TWKn1rpKkepJKEwlZOz3nmVduS0bDnz47PW 5ktd7AvfN7ILw== From: Masahiro Yamada To: linux-kbuild@vger.kernel.org Cc: Masahiro Yamada , linux-kernel@vger.kernel.org Subject: [PATCH 3/6] kconfig: gconf: replace GtkImageMenuItem with GtkMenuItem Date: Thu, 17 Jul 2025 08:24:10 +0900 Message-ID: <20250716232542.873747-3-masahiroy@kernel.org> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20250716232542.873747-1-masahiroy@kernel.org> References: <20250716232542.873747-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 GtkImageMenuItem is deprecated with GTK 3.10. [1] Use GtkMenuItem instead. [1]: https://gitlab.gnome.org/GNOME/gtk/-/blob/3.10.0/gtk/deprecated/gtkimagemenuitem.c#L797 Signed-off-by: Masahiro Yamada --- scripts/kconfig/gconf.ui | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/scripts/kconfig/gconf.ui b/scripts/kconfig/gconf.ui index c37807e8b782..ab4431255fa7 100644 --- a/scripts/kconfig/gconf.ui +++ b/scripts/kconfig/gconf.ui @@ -39,7 +39,7 @@ - + True Load a config file _Load @@ -49,7 +49,7 @@ - + True Save the config in .config _Save @@ -59,7 +59,7 @@ - + True Save the config in a file Save _as @@ -74,7 +74,7 @@ - + True _Quit True @@ -178,7 +178,7 @@ - + True _Introduction True @@ -187,7 +187,7 @@ - + True _About True @@ -196,7 +196,7 @@ - + True _License True -- 2.43.0