summaryrefslogtreecommitdiff
path: root/src/linux/PreambleEditor.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/linux/PreambleEditor.h')
-rw-r--r--src/linux/PreambleEditor.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/linux/PreambleEditor.h b/src/linux/PreambleEditor.h
index 3151e9f..6849d74 100644
--- a/src/linux/PreambleEditor.h
+++ b/src/linux/PreambleEditor.h
@@ -30,7 +30,8 @@
GtkListStore *preambleListStore;
GtkTreeView *preambleSelector;
GtkTextView *preambleView;
- BOOL loading;
+ BOOL blockSignals;
+ BOOL adding;
}
- (id) initWithPreambles:(Preambles*)p;