[gnome-builder/wip/gtk4-port: 224/1774] 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: 224/1774] libide/gui: fix style.css path
- Date: Mon, 11 Jul 2022 22:31:03 +0000 (UTC)
commit b7a9496c075dfccbc674182eb01beea7861cefe0
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]