aboutsummaryrefslogtreecommitdiff
path: root/src/presentation.h
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.me.uk>2018-10-29 22:58:04 +0100
committerThomas White <taw@bitwiz.me.uk>2018-10-29 22:58:04 +0100
commit6171bc9d7f86ea0ac1c6abd4a213850fa4f81300 (patch)
tree7ee1c71cec061389bd7c04d914c2b0e03b101b48 /src/presentation.h
parentb550cf48a14e48245098da4935204dd334319f08 (diff)
Simplify presentation file record
Diffstat (limited to 'src/presentation.h')
-rw-r--r--src/presentation.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/presentation.h b/src/presentation.h
index 57542ca..a3e10cc 100644
--- a/src/presentation.h
+++ b/src/presentation.h
@@ -40,7 +40,7 @@ struct menu_pl;
struct presentation
{
- char *uri;
+ GFile *file;
GFile *stylesheet_from;
int completely_empty;
int saved;