We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d164b4 commit 3d80a86Copy full SHA for 3d80a86
src/main.c
@@ -156,6 +156,7 @@ main (int argc, char **argv)
156
GTK_STYLE_PROVIDER_PRIORITY_APPLICATION);
157
}
158
g_object_unref (provider);
159
+ g_object_unref (css_file);
160
161
/* Add application specific icons to search path */
162
gtk_icon_theme_append_search_path (gtk_icon_theme_get_default (),
0 commit comments