aboutsummaryrefslogtreecommitdiff
path: root/libsylph/prefs_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'libsylph/prefs_common.h')
-rw-r--r--libsylph/prefs_common.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/libsylph/prefs_common.h b/libsylph/prefs_common.h
index 1517fb53..cbb4d8a4 100644
--- a/libsylph/prefs_common.h
+++ b/libsylph/prefs_common.h
@@ -257,9 +257,11 @@ struct _PrefsCommon
/* External commands */
gchar *uri_cmd;
- gchar *print_cmd;
gchar *ext_editor_cmd;
+ gboolean use_print_cmd;
+ gchar *print_cmd;
+
gboolean use_extinc;
gchar *extinc_cmd;
gboolean use_extsend;