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 GtkHPaned and GtkVPaned with GtkPaned

GtkHPaned and GtkVPaned are deprecated with GTK 3.2. [1] [2]

Use GtkPaned instead.

[1]: https://gitlab.gnome.org/GNOME/gtk/-/blob/3.2.0/gtk/gtkhpaned.c#L44
[2]: https://gitlab.gnome.org/GNOME/gtk/-/blob/3.2.0/gtk/gtkvpaned.c#L44

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>

+3 -2
+3 -2
scripts/kconfig/gconf.ui
··· 422 422 </child> 423 423 424 424 <child> 425 - <object class="GtkHPaned" id="hpaned1"> 425 + <object class="GtkPaned" id="hpaned1"> 426 426 <property name="width_request">1</property> 427 427 <property name="visible">True</property> 428 428 <property name="can_focus">True</property> ··· 453 453 </child> 454 454 455 455 <child> 456 - <object class="GtkVPaned" id="vpaned1"> 456 + <object class="GtkPaned" id="vpaned1"> 457 + <property name="orientation">vertical</property> 457 458 <property name="visible">True</property> 458 459 <property name="can_focus">True</property> 459 460