Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

kconfig: gconf: replace GtkVbox with GtkBox

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 <masahiroy@kernel.org>

+2 -1
+2 -1
scripts/kconfig/gconf.ui
··· 19 19 <property name="gravity">GDK_GRAVITY_NORTH_WEST</property> 20 20 21 21 <child> 22 - <object class="GtkVBox" id="vbox1"> 22 + <object class="GtkBox" id="vbox1"> 23 + <property name="orientation">vertical</property> 23 24 <property name="visible">True</property> 24 25 <property name="homogeneous">False</property> 25 26 <property name="spacing">0</property>