1
0
mirror of https://github.com/GNOME/gedit synced 2024-06-30 23:15:01 +00:00

Window: use a GEDIT_SETTINGS macroconstant

This commit is contained in:
Sébastien Wilmet 2024-06-22 07:55:46 +02:00
parent 38f0740a1b
commit 9a59d2e062

View File

@ -2109,7 +2109,8 @@ bottom_panel_add_item_after_cb (TeplPanelSimple *panel_simple,
gboolean show;
show = g_settings_get_boolean (window->priv->ui_settings,
"bottom-panel-visible");
GEDIT_SETTINGS_BOTTOM_PANEL_VISIBLE);
if (show)
{
gtk_widget_show (GTK_WIDGET (window->priv->bottom_panel));