Skip to content

Commit 9e0bd6d

Browse files
committed
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 <[email protected]>
1 parent c34d632 commit 9e0bd6d

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

scripts/kconfig/gconf.glade

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -214,13 +214,6 @@
214214
</child>
215215

216216
<child>
217-
<widget class="GtkHandleBox" id="handlebox1">
218-
<property name="visible">True</property>
219-
<property name="shadow_type">GTK_SHADOW_OUT</property>
220-
<property name="handle_position">GTK_POS_LEFT</property>
221-
<property name="snap_edge">GTK_POS_TOP</property>
222-
223-
<child>
224217
<widget class="GtkToolbar" id="toolbar1">
225218
<property name="visible">True</property>
226219
<property name="orientation">GTK_ORIENTATION_HORIZONTAL</property>
@@ -420,8 +413,6 @@
420413
</packing>
421414
</child>
422415
</widget>
423-
</child>
424-
</widget>
425416
<packing>
426417
<property name="padding">0</property>
427418
<property name="expand">False</property>

0 commit comments

Comments
 (0)