comparison pidgin/gtklog.c @ 16198:88a93f78b489

I don't like the pidginfoo_bar widget names that resulted from the sed. This changes them to pidgin_foo_bar, which is nicer and more consistent with some that survived the sed with an _ intact. I've also updated our gtkrc-2.0 to match these changes and be Gaim free.
author Richard Laager <rlaager@wiktel.com>
date Mon, 16 Apr 2007 02:19:58 +0000
parents 247e421c4fa6
children 6118bd3c9a7c
comparison
equal deleted inserted replaced
16197:30557aad1951 16198:88a93f78b489
617 vbox = gtk_vbox_new(FALSE, PIDGIN_HIG_BOX_SPACE); 617 vbox = gtk_vbox_new(FALSE, PIDGIN_HIG_BOX_SPACE);
618 gtk_paned_add2(GTK_PANED(pane), vbox); 618 gtk_paned_add2(GTK_PANED(pane), vbox);
619 619
620 /* Viewer ************/ 620 /* Viewer ************/
621 frame = pidgin_create_imhtml(FALSE, &lv->imhtml, NULL, NULL); 621 frame = pidgin_create_imhtml(FALSE, &lv->imhtml, NULL, NULL);
622 gtk_widget_set_name(lv->imhtml, "pidginlog_imhtml"); 622 gtk_widget_set_name(lv->imhtml, "pidgin_log_imhtml");
623 gtk_widget_set_size_request(lv->imhtml, 320, 200); 623 gtk_widget_set_size_request(lv->imhtml, 320, 200);
624 gtk_box_pack_start(GTK_BOX(vbox), frame, TRUE, TRUE, 0); 624 gtk_box_pack_start(GTK_BOX(vbox), frame, TRUE, TRUE, 0);
625 gtk_widget_show(frame); 625 gtk_widget_show(frame);
626 626
627 /* Search box **********/ 627 /* Search box **********/