aboutsummaryrefslogtreecommitdiff
path: root/src/sc_editor.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/sc_editor.c')
-rw-r--r--src/sc_editor.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sc_editor.c b/src/sc_editor.c
index bd9a7b3..15ac49b 100644
--- a/src/sc_editor.c
+++ b/src/sc_editor.c
@@ -1963,7 +1963,7 @@ int sc_editor_get_num_paras(SCEditor *e)
SCEditor *sc_editor_new(SCBlock *scblocks, SCBlock **stylesheets,
- PangoLanguage *lang)
+ PangoLanguage *lang, const char *storename)
{
SCEditor *sceditor;
GtkTargetEntry targets[1];
@@ -1977,7 +1977,7 @@ SCEditor *sc_editor_new(SCBlock *scblocks, SCBlock **stylesheets,
sceditor->log_h = 100;
sceditor->border_offs_x = 0;
sceditor->border_offs_y = 0;
- sceditor->is = imagestore_new();
+ sceditor->is = imagestore_new(storename);
sceditor->slidenum = 0;
sceditor->min_border = 0.0;
sceditor->top_editable = 0;