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: 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>

-9
-9
scripts/kconfig/gconf.glade
··· 214 214 </child> 215 215 216 216 <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> 224 217 <widget class="GtkToolbar" id="toolbar1"> 225 218 <property name="visible">True</property> 226 219 <property name="orientation">GTK_ORIENTATION_HORIZONTAL</property> ··· 413 420 </packing> 414 421 </child> 415 422 </widget> 416 - </child> 417 - </widget> 418 423 <packing> 419 424 <property name="padding">0</property> 420 425 <property name="expand">False</property>