Skip to content
Snippets Groups Projects
Commit 439bf8a8 authored by Brian Tarricone's avatar Brian Tarricone
Browse files

Fix some default settings not being applied on startup

Closes #242.
parent 1ab3601b
No related branches found
No related tags found
No related merge requests found
Pipeline #27682 passed
......@@ -731,6 +731,7 @@ xfce_desktop_class_init(XfceDesktopClass *klass)
widget_class->style_updated = xfce_desktop_style_updated;
#define XFDESKTOP_PARAM_FLAGS (G_PARAM_READWRITE \
| G_PARAM_CONSTRUCT \
| G_PARAM_STATIC_NAME \
| G_PARAM_STATIC_NICK \
| G_PARAM_STATIC_BLURB)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment