pidgin/plugins/convcolors.c

changeset 15568
cd19bb5a51b8
parent 15562
8c8249fe5e3c
child 15882
1dbd5756b7bf
equal deleted inserted replaced
15567:42dfb9478e9f 15568:cd19bb5a51b8
276 gtk_box_pack_start(GTK_BOX(frame), vbox, FALSE, FALSE, 0); 276 gtk_box_pack_start(GTK_BOX(frame), vbox, FALSE, FALSE, 0);
277 277
278 hbox = gtk_hbox_new(FALSE, GAIM_HIG_BOX_SPACE); 278 hbox = gtk_hbox_new(FALSE, GAIM_HIG_BOX_SPACE);
279 gtk_box_pack_start(GTK_BOX(vbox), hbox, FALSE, FALSE, 0); 279 gtk_box_pack_start(GTK_BOX(vbox), hbox, FALSE, FALSE, 0);
280 280
281 button = gaim_pixbuf_button_from_stock(" Color", GTK_STOCK_SELECT_COLOR, 281 button = pidgin_pixbuf_button_from_stock(" Color", GTK_STOCK_SELECT_COLOR,
282 GAIM_BUTTON_HORIZONTAL); 282 PIDGIN_BUTTON_HORIZONTAL);
283 gtk_box_pack_start(GTK_BOX(hbox), button, FALSE, FALSE, 0); 283 gtk_box_pack_start(GTK_BOX(hbox), button, FALSE, FALSE, 0);
284 g_signal_connect(G_OBJECT(button), "clicked", G_CALLBACK(set_color), 284 g_signal_connect(G_OBJECT(button), "clicked", G_CALLBACK(set_color),
285 formats[i].prefix); 285 formats[i].prefix);
286 286
287 button = gtk_check_button_new_with_label(_("Bold")); 287 button = gtk_check_button_new_with_label(_("Bold"));

mercurial