# HG changeset patch # User Paul Aurich # Date 1237962841 0 # Node ID 109b64fbc3421c32f8d03b8512bf7192af0ef88b # Parent 9f63fd9b74fac2bb4cf4ffcff400cffa880402c0 Fix build of gevolution plugin. Closes #8598. diff -r 9f63fd9b74fa -r 109b64fbc342 pidgin/plugins/gevolution/gevolution.h --- a/pidgin/plugins/gevolution/gevolution.h Wed Mar 25 06:07:44 2009 +0000 +++ b/pidgin/plugins/gevolution/gevolution.h Wed Mar 25 06:34:01 2009 +0000 @@ -75,7 +75,7 @@ GtkWidget *win; GtkWidget *accounts_menu; - GtkWidget *screenname; + GtkWidget *username; GtkWidget *firstname; GtkWidget *lastname; GtkWidget *email;