diff options
| author | Masahiro Yamada <masahiroy@kernel.org> | 2025-06-24 18:05:44 +0300 |
|---|---|---|
| committer | Masahiro Yamada <masahiroy@kernel.org> | 2025-07-02 05:11:52 +0300 |
| commit | ad452c27aeb80d1c3ee449250c3f790e7bd8ffaa (patch) | |
| tree | 24acad17cc68194259e448d87bcdf5a7ad9f86c0 /scripts/kconfig | |
| parent | 7783290143b37c568538d8e699d81d1e6c8af72b (diff) | |
| download | linux-ad452c27aeb80d1c3ee449250c3f790e7bd8ffaa.tar.xz | |
kconfig: gconf: remove "tooltips" property from glade
The tips are still displayed without this.
This property does not exist in GtkBuilder with GTK 3.
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Diffstat (limited to 'scripts/kconfig')
| -rw-r--r-- | scripts/kconfig/gconf.glade | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/kconfig/gconf.glade b/scripts/kconfig/gconf.glade index 8519104a3c2b..c0ada331a5bf 100644 --- a/scripts/kconfig/gconf.glade +++ b/scripts/kconfig/gconf.glade @@ -225,7 +225,6 @@ <property name="visible">True</property> <property name="orientation">GTK_ORIENTATION_HORIZONTAL</property> <property name="toolbar_style">GTK_TOOLBAR_BOTH</property> - <property name="tooltips">True</property> <property name="show_arrow">True</property> <child> |
