pidgin/gtkprefs.c

changeset 15563
9eea2b8c2846
parent 15562
8c8249fe5e3c
child 15568
cd19bb5a51b8
equal deleted inserted replaced
15562:8c8249fe5e3c 15563:9eea2b8c2846
866 #endif 866 #endif
867 NULL); 867 NULL);
868 gtk_size_group_add_widget(sg, label); 868 gtk_size_group_add_widget(sg, label);
869 gtk_misc_set_alignment(GTK_MISC(label), 0.0, 0.5); 869 gtk_misc_set_alignment(GTK_MISC(label), 0.0, 0.5);
870 870
871 names = pidginconv_placement_get_options(); 871 names = pidgin_conv_placement_get_options();
872 label = pidgin_prefs_dropdown_from_list(vbox2, _("N_ew conversations:"), 872 label = pidgin_prefs_dropdown_from_list(vbox2, _("N_ew conversations:"),
873 GAIM_PREF_STRING, "/gaim/gtk/conversations/placement", names); 873 GAIM_PREF_STRING, "/gaim/gtk/conversations/placement", names);
874 gtk_misc_set_alignment(GTK_MISC(label), 0.0, 0.5); 874 gtk_misc_set_alignment(GTK_MISC(label), 0.0, 0.5);
875 875
876 gtk_size_group_add_widget(sg, label); 876 gtk_size_group_add_widget(sg, label);

mercurial