summaryrefslogtreecommitdiff
path: root/src/linux/PreambleEditor.h
diff options
context:
space:
mode:
authorrandomguy3 <randomguy3@7c02a99a-9b00-45e3-bf44-6f3dd7fddb64>2012-01-06 18:50:09 +0000
committerrandomguy3 <randomguy3@7c02a99a-9b00-45e3-bf44-6f3dd7fddb64>2012-01-06 18:50:09 +0000
commit6458381a1115a4088d6a3a794f3e2ec40ea07987 (patch)
tree734b8715308bfd871d1717ac338c436c5de33ac9 /src/linux/PreambleEditor.h
parent042a081c40bdd8ab0e5a1cd3d2a7a81182660253 (diff)
GTK: allow preambles to be added, removed and renamed
git-svn-id: https://tikzit.svn.sourceforge.net/svnroot/tikzit/trunk@355 7c02a99a-9b00-45e3-bf44-6f3dd7fddb64
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;