[gnome-todo] next-week-panel: Fix CSS resource path



commit f935fc1b8ec40424d42c8d30919c205ee57bd05c
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date:   Mon Apr 5 15:00:23 2021 -0300

    next-week-panel: Fix CSS resource path
    
    Copy-pasta. It was pointing to an old path to the scheduled panel CSS file.

 src/plugins/next-week-panel/gtd-next-week-panel.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/plugins/next-week-panel/gtd-next-week-panel.c 
b/src/plugins/next-week-panel/gtd-next-week-panel.c
index d66770ed..8241670a 100644
--- a/src/plugins/next-week-panel/gtd-next-week-panel.c
+++ b/src/plugins/next-week-panel/gtd-next-week-panel.c
@@ -92,7 +92,7 @@ load_css_provider (GtdNextWeekPanel *self)
   if (g_file_query_exists (css_file, NULL))
     gtk_css_provider_load_from_file (self->css_provider, css_file);
   else
-    gtk_css_provider_load_from_resource (self->css_provider, 
"/org/gnome/todo/theme/scheduled-panel/Adwaita.css");
+    gtk_css_provider_load_from_resource (self->css_provider, 
"/org/gnome/todo/plugins/next-week-panel/theme/Adwaita.css");
 }
 
 static gboolean


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]