pidgin: 20269e88: Add the libpurple version to Pidgin's Ab...

elb at pidgin.im elb at pidgin.im
Tue Mar 10 13:05:30 EDT 2009


-----------------------------------------------------------------
Revision: 20269e8849976ad6a0996f79ccbc0a12a311484f
Ancestor: e1b1e80d999e393a80f201a484ef61289c258fbe
Author: elb at pidgin.im
Date: 2009-03-10T16:57:57
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/20269e8849976ad6a0996f79ccbc0a12a311484f

Modified files:
        pidgin/gtkdialogs.c

ChangeLog: 

Add the libpurple version to Pidgin's About dialog

-------------- next part --------------
============================================================
--- pidgin/gtkdialogs.c	e74526a888cc94eea9ba99299629ac3332fdb165
+++ pidgin/gtkdialogs.c	b547d50af61d82580fe114a6b7bb161f01b10620
@@ -33,6 +33,7 @@
 #include "prpl.h"
 #include "request.h"
 #include "util.h"
+#include "core.h"
 
 #include "gtkblist.h"
 #include "gtkdialogs.h"
@@ -441,7 +442,7 @@ void pidgin_dialogs_about()
 	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, DISPLAY_VERSION);
+		"<CENTER><FONT SIZE=\"4\"><B>%s %s</B></FONT></CENTER><BR>(libpurple %s)<BR><BR>", PIDGIN_NAME, DISPLAY_VERSION, purple_core_get_version());
 
 	g_string_append_printf(str,
 		_("%s is a graphical modular messaging client based on "


More information about the Commits mailing list