summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRichard Shann <rshann@debianrts.home>2011-01-06 16:15:27 +0000
committerRichard Shann <rshann@debianrts.home>2011-01-06 16:15:27 +0000
commit57a6cb8ee5cba51823f8023ea254b5064ca82162 (patch)
treee29a096c6cfb559112d6be44f5947673627793c0 /include
parent2d86d3e34424e153db297e94bcd5ccfb66d289b9 (diff)
Run profile scheme at startup, if present
Diffstat (limited to 'include')
-rw-r--r--include/denemo/denemo_types.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/denemo/denemo_types.h b/include/denemo/denemo_types.h
index ee29721d..1481fab1 100644
--- a/include/denemo/denemo_types.h
+++ b/include/denemo/denemo_types.h
@@ -371,7 +371,6 @@ typedef struct DenemoPrefs
GString *audioplayer; /**< This is used for playing audio files created from csound or other */
gboolean playbackoutput; /**< This is a switch to turn on playing the csound output
wav file after rendering or not */
- GString *shortcut_filename; /**< file containing shortcuts for actions */
gboolean immediateplayback; /**< This options sends audio directly to synth as notes
are being entered */
gboolean startmidiin; /**< try to start midi in on startup */
@@ -956,7 +955,7 @@ struct DenemoRoot
GList *guis; /**< the list of DenemoGUI objects, representing pieces of music
simultaneously open */
DenemoPrefs prefs; /**< Preferences stored on exit and re-loaded on startup */
-
+ gchar *profile; /**< Name of user's profile, if any */
gint autosaveid;/**< autosave timer id: only one musical score is being autosaved at present */
gint accelerator_status; /**< if the accelerators have been saved, or extra ones for special keys defined */
GtkUIManager *ui_manager; /**< UI manager */