]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
kconfig: gconf: remove GtkHandleBox from glade
authorMasahiro Yamada <masahiroy@kernel.org>
Tue, 24 Jun 2025 15:05:49 +0000 (00:05 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Wed, 2 Jul 2025 02:36:06 +0000 (11:36 +0900)
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>
scripts/kconfig/gconf.glade

index 488342e6fce13b9f808ffa793e12073ddc282751..cd714e64cff16398e0d39045534c944f90249e1c 100644 (file)
       </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>
                </packing>
              </child>
            </widget>
-         </child>
-       </widget>
        <packing>
          <property name="padding">0</property>
          <property name="expand">False</property>