mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-12 16:10:54 +00:00
sysprof: fix check for development build
This commit is contained in:
@ -77,7 +77,7 @@ sysprof_application_window_added (GtkApplication *application,
|
|||||||
g_assert (SYSPROF_IS_APPLICATION (application));
|
g_assert (SYSPROF_IS_APPLICATION (application));
|
||||||
g_assert (GTK_IS_WINDOW (window));
|
g_assert (GTK_IS_WINDOW (window));
|
||||||
|
|
||||||
#ifdef DEVELOPMENT_BUILD
|
#if DEVELOPMENT_BUILD
|
||||||
gtk_widget_add_css_class (GTK_WIDGET (window), "devel");
|
gtk_widget_add_css_class (GTK_WIDGET (window), "devel");
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user