diff options
| author | Masahiro Yamada <masahiroy@kernel.org> | 2025-06-24 18:05:49 +0300 |
|---|---|---|
| committer | Masahiro Yamada <masahiroy@kernel.org> | 2025-07-02 05:36:06 +0300 |
| commit | 9e0bd6db622c7c19aec5a8b248bb34493c9998e6 (patch) | |
| tree | 180983171c9a11a3ac47fa4bc56b208a6e4658ac /scripts/kconfig | |
| parent | c34d632370592cb503991728afdf5287b2d1f7ed (diff) | |
| download | linux-9e0bd6db622c7c19aec5a8b248bb34493c9998e6.tar.xz | |
kconfig: gconf: remove GtkHandleBox from glade
GtkHandleBox is deprecated with GTK 3.4. [1]
[1]: https://gitlab.gnome.org/GNOME/gtk/-/blob/3.4.0/gtk/deprecated/gtkhandlebox.c#L426
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Diffstat (limited to 'scripts/kconfig')
| -rw-r--r-- | scripts/kconfig/gconf.glade | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/scripts/kconfig/gconf.glade b/scripts/kconfig/gconf.glade index 488342e6fce1..cd714e64cff1 100644 --- a/scripts/kconfig/gconf.glade +++ b/scripts/kconfig/gconf.glade @@ -214,13 +214,6 @@ </child> <child> - <widget class="GtkHandleBox" id="handlebox1"> - <property name="visible">True</property> - <property name="shadow_type">GTK_SHADOW_OUT</property> - <property name="handle_position">GTK_POS_LEFT</property> - <property name="snap_edge">GTK_POS_TOP</property> - - <child> <widget class="GtkToolbar" id="toolbar1"> <property name="visible">True</property> <property name="orientation">GTK_ORIENTATION_HORIZONTAL</property> @@ -420,8 +413,6 @@ </packing> </child> </widget> - </child> - </widget> <packing> <property name="padding">0</property> <property name="expand">False</property> |
