Browse Source

Fixed path to css file

Martijn Braam 4 years ago
parent
commit
f7299add53
1 changed files with 1 additions and 1 deletions
  1. 1 1
      main.c

+ 1 - 1
main.c

@@ -838,7 +838,7 @@ main(int argc, char *argv[])
 	if (access("camera.css", F_OK) != -1) {
 		gtk_css_provider_load_from_path(provider, "camera.css", NULL);
 	} else {
-		gtk_css_provider_load_from_path(provider, "/usr/share/camera/ui/camera.css", NULL);
+		gtk_css_provider_load_from_path(provider, "/usr/share/megapixels/ui/camera.css", NULL);
 	}
 	GtkStyleContext *context = gtk_widget_get_style_context(preview_box);
 	gtk_style_context_add_provider(context,