pidgin/plugins/gevolution/gevolution.c

changeset 37990
710f725725a8
parent 37146
b5b9c75a4b54
child 38007
3b971d2ecae1
equal deleted inserted replaced
37989:018063ec9d2e 37990:710f725725a8
382 vbox = pidgin_make_frame(ret, _("Evolution Integration Configuration")); 382 vbox = pidgin_make_frame(ret, _("Evolution Integration Configuration"));
383 383
384 /* Label */ 384 /* Label */
385 label = gtk_label_new(_("Select all accounts that buddies should be " 385 label = gtk_label_new(_("Select all accounts that buddies should be "
386 "auto-added to.")); 386 "auto-added to."));
387 gtk_misc_set_alignment(GTK_MISC(label), 0, 0.5); 387 gtk_label_set_alignment(GTK_LABEL(label), 0, 0.5);
388 gtk_box_pack_start(GTK_BOX(vbox), label, FALSE, FALSE, 0); 388 gtk_box_pack_start(GTK_BOX(vbox), label, FALSE, FALSE, 0);
389 gtk_widget_show(label); 389 gtk_widget_show(label);
390 390
391 /* Create the list model for the treeview. */ 391 /* Create the list model for the treeview. */
392 model = gtk_list_store_new(NUM_COLUMNS, 392 model = gtk_list_store_new(NUM_COLUMNS,

mercurial