You know, I've been telling myself that I am going to get back to

Wed, 11 May 2011 05:43:38 +0000

author
Ka-Hing Cheung <khc@pidgin.im>
date
Wed, 11 May 2011 05:43:38 +0000
changeset 31809
2ba2c488c0ad
parent 31804
847a13d5d3bb
child 31810
a4ba91b66fd1

You know, I've been telling myself that I am going to get back to
pidgin development. But it's been obvious that it's not going to
happen any time soon, and it's very unlikely that I will be as active
as I once was (which wasn't a very high bar). While I don't discount
the possibility that in the future I will still work on some little
things here and there, I think at this point calling myself a
developer is giving myself too much credit.

pidgin/gtkdialogs.c file | annotate | diff | comparison | revisions
--- a/pidgin/gtkdialogs.c	Wed May 11 05:04:43 2011 +0000
+++ b/pidgin/gtkdialogs.c	Wed May 11 05:43:38 2011 +0000
@@ -76,8 +76,6 @@
 	{"John 'rekkanoryo' Bailey",           NULL,                  NULL},
 	{"Ethan 'Paco-Paco' Blanton",          NULL,                  NULL},
 	{"Hylke Bons",                         N_("artist"),          "hylkebons@gmail.com"},
-	/* feel free to not translate this */
-	{N_("Ka-Hing Cheung"),                 NULL,                  NULL},
 	{"Sadrul Habib Chowdhury",             NULL,                  NULL},
 	{"Mark 'KingAnt' Doliner",             NULL,                  "mark@kingant.net"},
 	{"Casey Harkins",                      NULL,                  NULL},
@@ -113,6 +111,8 @@
 static const struct developer retired_developers[] = {
 	{"Herman Bloggs",               N_("win32 port"),          "herman@bluedigits.com"},
 	{"Thomas Butter",               NULL,                      NULL},
+	/* feel free to not translate this */
+	{N_("Ka-Hing Cheung"),                 NULL,                  NULL},
 	{"Jim Duchek",                  N_("maintainer"),          "jim@linuxpimps.com"},
 	{"Sean Egan",                   NULL,                      "sean.egan@gmail.com"},
 	{"Rob Flynn",                   N_("maintainer"),          NULL},

mercurial