aboutsummaryrefslogtreecommitdiff
path: root/src/presentation.h
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.me.uk>2018-04-11 23:30:59 +0200
committerThomas White <taw@bitwiz.me.uk>2018-04-11 23:30:59 +0200
commitd3e79cd94482e720c155c85745988b67df5136c1 (patch)
tree7f2a319f34f7af43d6c90e02cacbd7a0cfbaee16 /src/presentation.h
parentcb766cf30b2eee06948c2b90ffa012d9df2d835e (diff)
Replace p->filename with p->uri, get rid of p->titlebar, and use g_file_get_basename()
Diffstat (limited to 'src/presentation.h')
-rw-r--r--src/presentation.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/presentation.h b/src/presentation.h
index ccf696d..ed8a188 100644
--- a/src/presentation.h
+++ b/src/presentation.h
@@ -39,8 +39,7 @@ struct menu_pl;
struct presentation
{
- char *filename;
- char *titlebar; /* basename(filename) or "(untitled)" */
+ char *uri;
int completely_empty;
int saved;
PangoLanguage *lang;