[gnome-builder/wip/gtk4-port] libide/gui: fix style.css path
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder/wip/gtk4-port] libide/gui: fix style.css path
- Date: Wed, 30 Mar 2022 23:46:59 +0000 (UTC)
commit ec6fd726d24c9affcbec6a15a33ead0a49a5c887
Author: Christian Hergert <chergert redhat com>
Date: Wed Mar 30 16:46:51 2022 -0700
libide/gui: fix style.css path
src/libide/gui/ide-application.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/libide/gui/ide-application.c b/src/libide/gui/ide-application.c
index 95f9bcd7b..5484dedd7 100644
--- a/src/libide/gui/ide-application.c
+++ b/src/libide/gui/ide-application.c
@@ -303,7 +303,7 @@ _ide_application_add_resources (IdeApplication *self,
{
g_autoptr(GBytes) bytes = NULL;
- css_path = g_build_filename (resource_path + strlen ("resource://"), "stylesheet.css", NULL);
+ css_path = g_build_filename (resource_path + strlen ("resource://"), "style.css", NULL);
bytes = g_resources_lookup_data (css_path, 0, NULL);
if (bytes != NULL)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]