diff -r 98fc851b9c99 -r 3b971d2ecae1 pidgin/plugins/gevolution/gevolution.c --- a/pidgin/plugins/gevolution/gevolution.c Mon Sep 05 02:42:47 2016 -0400 +++ b/pidgin/plugins/gevolution/gevolution.c Mon Sep 05 03:12:22 2016 -0400 @@ -384,7 +384,7 @@ /* Label */ label = gtk_label_new(_("Select all accounts that buddies should be " "auto-added to.")); - gtk_label_set_alignment(GTK_LABEL(label), 0, 0.5); + gtk_label_set_xalign(GTK_LABEL(label), 0); gtk_box_pack_start(GTK_BOX(vbox), label, FALSE, FALSE, 0); gtk_widget_show(label);