summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorTingPing <tingping@tingping.se>2015-02-19 21:00:24 -0500
committerTingPing <tingping@tingping.se>2015-02-19 21:00:24 -0500
commit0a8248578fc9188adf4c983729e4cd775c4d52bd (patch)
tree945c44ee217b0c82f8f13367a7a26d6b274a8bad /src
parentc87f559334112fe8282031249a909fe73ef66590 (diff)
Remove compiled date from about
Distros like Debian depend on repeated builds
having the same results which this breaks.

Since this provides no real value just
remove it.
Diffstat (limited to 'src')
-rw-r--r--src/fe-gtk/menu.c2
-rw-r--r--src/fe-text/fe-text.c6
2 files changed, 3 insertions, 5 deletions
diff --git a/src/fe-gtk/menu.c b/src/fe-gtk/menu.c
index 977b2d9f..902af92e 100644
--- a/src/fe-gtk/menu.c
+++ b/src/fe-gtk/menu.c
@@ -1711,7 +1711,7 @@ menu_about (GtkWidget *wid, gpointer sess)
 					"You should have received a copy of the GNU General Public License\n" \
 					"along with this program. If not, see <http://www.gnu.org/licenses/>";
 
-	g_snprintf  (comment, sizeof(comment), "Compiled: "__DATE__"\n"
+	g_snprintf  (comment, sizeof(comment), ""
 #ifdef WIN32
 				"Portable Mode: %s\n"
 				"Build Type: x%d\n"
diff --git a/src/fe-text/fe-text.c b/src/fe-text/fe-text.c
index 7b4576da..209a3d03 100644
--- a/src/fe-text/fe-text.c
+++ b/src/fe-text/fe-text.c
@@ -96,10 +96,8 @@ fe_new_window (struct session *sess, int focus)
 	g_snprintf (buf, sizeof (buf),
 				"\n"
 				" \017HexChat-Text \00310"PACKAGE_VERSION"\n"
-				" \017Running on \00310%s \017glib \00310%d.%d.%d\n"
-				" \017This binary compiled \00310"__DATE__"\017\n",
-				get_sys_str (1),
-				glib_major_version, glib_minor_version, glib_micro_version);
+				" \017Running on \00310%s\n",
+				get_sys_str (1));
 	fe_print_text (sess, buf, 0, FALSE);
 
 	fe_print_text (sess, "\n\nCompiled in Features\0032:\017 "