aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2012-10-24 15:52:17 +0000
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2012-10-24 15:52:17 +0000
commit8a7e8b3b629ac2e8e93bc43605f10344399b31be (patch)
treeb77ad914c27378dc3c892de3a45c0bc6171834a4
parent96cebe806a12af1160ff086a3d7eb35bfd4ad261 (diff)
Add Modelines info for new common ui source file(s)
svn path=/trunk/; revision=45764
-rw-r--r--ui/file_dialog.h13
-rw-r--r--ui/help_url.h13
-rw-r--r--ui/main_statusbar.h13
-rw-r--r--ui/ssl_key_export.c13
-rw-r--r--ui/ssl_key_export.h13
5 files changed, 65 insertions, 0 deletions
diff --git a/ui/file_dialog.h b/ui/file_dialog.h
index 73c3f02cfc..6515b76646 100644
--- a/ui/file_dialog.h
+++ b/ui/file_dialog.h
@@ -56,3 +56,16 @@ typedef enum {
#endif /* __cplusplus */
#endif /* __FILE_DIALOG_H__ */
+
+/*
+ * Editor modelines
+ *
+ * Local Variables:
+ * c-basic-offset: 4
+ * tab-width: 8
+ * indent-tabs-mode: nil
+ * End:
+ *
+ * ex: set shiftwidth=4 tabstop=8 expandtab:
+ * :indentSize=4:tabSize=8:noTabs=true:
+ */
diff --git a/ui/help_url.h b/ui/help_url.h
index c4e247813a..3dbb8e69df 100644
--- a/ui/help_url.h
+++ b/ui/help_url.h
@@ -159,3 +159,16 @@ void topic_action(topic_action_e topic);
#endif /* __cplusplus */
#endif /* __HELP_URL_H__ */
+
+/*
+ * Editor modelines
+ *
+ * Local Variables:
+ * c-basic-offset: 4
+ * tab-width: 8
+ * indent-tabs-mode: nil
+ * End:
+ *
+ * ex: set shiftwidth=4 tabstop=8 expandtab:
+ * :indentSize=4:tabSize=8:noTabs=true:
+ */
diff --git a/ui/main_statusbar.h b/ui/main_statusbar.h
index 3528a9a675..0606268d43 100644
--- a/ui/main_statusbar.h
+++ b/ui/main_statusbar.h
@@ -74,3 +74,16 @@ void statusbar_push_temporary_msg(const gchar *msg_format, ...)
#endif /* __cplusplus */
#endif /* __MAIN_STATUSBAR_H__ */
+
+/*
+ * Editor modelines
+ *
+ * Local Variables:
+ * c-basic-offset: 4
+ * tab-width: 8
+ * indent-tabs-mode: nil
+ * End:
+ *
+ * ex: set shiftwidth=4 tabstop=8 expandtab:
+ * :indentSize=4:tabSize=8:noTabs=true:
+ */
diff --git a/ui/ssl_key_export.c b/ui/ssl_key_export.c
index ab5773b6c4..aa04e04c92 100644
--- a/ui/ssl_key_export.c
+++ b/ui/ssl_key_export.c
@@ -85,3 +85,16 @@ ssl_export_sessions(void)
g_string_free(keylist, FALSE);
return session_keys;
}
+
+/*
+ * Editor modelines
+ *
+ * Local Variables:
+ * c-basic-offset: 4
+ * tab-width: 8
+ * indent-tabs-mode: nil
+ * End:
+ *
+ * ex: set shiftwidth=4 tabstop=8 expandtab:
+ * :indentSize=4:tabSize=8:noTabs=true:
+ */
diff --git a/ui/ssl_key_export.h b/ui/ssl_key_export.h
index a782dd9ace..ee5feb8122 100644
--- a/ui/ssl_key_export.h
+++ b/ui/ssl_key_export.h
@@ -49,3 +49,16 @@ extern gchar* ssl_export_sessions();
#endif /* __cplusplus */
#endif /* __SSL_KEY_EXPORT_H__ */
+
+/*
+ * Editor modelines
+ *
+ * Local Variables:
+ * c-basic-offset: 4
+ * tab-width: 8
+ * indent-tabs-mode: nil
+ * End:
+ *
+ * ex: set shiftwidth=4 tabstop=8 expandtab:
+ * :indentSize=4:tabSize=8:noTabs=true:
+ */