comparison src/gtkroomlist.c @ 8143:8633dc570442

[gaim-migrate @ 8851] sf cvs fing sucks. This is the rest of the accessibility stuff from that cool Nathan guy. It makes shift+f10 bring up context menus. Please check over stuff and make sure neither of us broke anything. Also, someone think of a good way to phrase that thing about this that's in the ChangeLog. Thank you, and have a nice day. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Mon, 19 Jan 2004 22:40:17 +0000
parents d60272410bd5
children 596c64a2a2d0
comparison
equal deleted inserted replaced
8142:f2919ca98e78 8143:8633dc570442
319 gtk_button_box_set_layout(GTK_BUTTON_BOX(bbox), GTK_BUTTONBOX_EDGE); 319 gtk_button_box_set_layout(GTK_BUTTON_BOX(bbox), GTK_BUTTONBOX_EDGE);
320 gtk_box_pack_start(GTK_BOX(vbox2), bbox, FALSE, TRUE, 0); 320 gtk_box_pack_start(GTK_BOX(vbox2), bbox, FALSE, TRUE, 0);
321 gtk_widget_show(bbox); 321 gtk_widget_show(bbox);
322 322
323 /* Get list button */ 323 /* Get list button */
324 button = gtk_button_new_with_mnemonic(_("Get _list")); 324 button = gtk_button_new_with_mnemonic(_("Get _List"));
325 gtk_box_pack_start(GTK_BOX(bbox), button, FALSE, FALSE, 0); 325 gtk_box_pack_start(GTK_BOX(bbox), button, FALSE, FALSE, 0);
326 gtk_widget_show(button); 326 gtk_widget_show(button);
327 dialog->list_button = button; 327 dialog->list_button = button;
328 328
329 g_signal_connect(G_OBJECT(button), "clicked", 329 g_signal_connect(G_OBJECT(button), "clicked",