changeset 20576:96b0d1b3111b

Add the version into the imhtml as Sean suggested. Also, eliminate a warning. I was disturbed that there was no indication of the "devel" version in the "About" box.
author Kevin Stange <kevin@simguy.net>
date Thu, 20 Sep 2007 08:49:21 +0000
parents c746a17f64af
children 23a448e8ff79 d954e25e21c0
files pidgin/gtkdialogs.c
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/pidgin/gtkdialogs.c	Thu Sep 20 08:28:09 2007 +0000
+++ b/pidgin/gtkdialogs.c	Thu Sep 20 08:49:21 2007 +0000
@@ -286,6 +286,7 @@
 	about = NULL;
 }
 
+#if 0
 /* This function puts the version number onto the pixmap we use in the 'about' 
  * screen in Pidgin. */
 static void
@@ -323,6 +324,7 @@
 											 width, height);
 	g_object_unref(G_OBJECT(pixmap));
 }
+#endif
 
 void pidgin_dialogs_about()
 {
@@ -386,6 +388,9 @@
 	str = g_string_sized_new(4096);
 
 	g_string_append_printf(str,
+		"<CENTER><FONT SIZE=\"4\"><B>%s %s</B></FONT></CENTER><BR><BR>", PIDGIN_NAME, VERSION);
+
+	g_string_append_printf(str,
 		_("%s is a graphical modular messaging client based on "
 		  "libpurple which is capable of connecting to "
 		  "AIM, MSN, Yahoo!, XMPP, ICQ, IRC, SILC, SIP/SIMPLE, "