]> git.eshelyaron.com Git - emacs.git/commit
Destroy GTK tool bar widget if it was never attached (bug#75636)
authorPip Cet <pipcet@protonmail.com>
Wed, 22 Jan 2025 00:51:33 +0000 (00:51 +0000)
committerEshel Yaron <me@eshelyaron.com>
Thu, 23 Jan 2025 10:25:03 +0000 (11:25 +0100)
commitd3733a3b20ec4d3e4894b0263e2291ac57253028
tree8e0d9aa1827dcdd83ff8dd43d711d8afd4f97796
parent4e7b1aa7aed4779313abea07b042afea4cedfe53
Destroy GTK tool bar widget if it was never attached (bug#75636)

* src/gtkutil.c (xg_free_frame_widgets): Call gtk_widget_destroy on an
unpacked toolbar widget.

(cherry picked from commit 6ea1e03fe7f9e49387789c86b8f91f6333de679c)
src/gtkutil.c