pidgin/gtklog.c

branch
soc.2013.gobjectification
changeset 34874
e03d555394c5
parent 34864
0e292d8887de
parent 34274
9169710b5af5
child 34940
c0aef3b64c56
child 36459
b52f5391d12d
equal deleted inserted replaced
34873:777795d0a0ca 34874:e03d555394c5
659 /* A fancy little box ************/ 659 /* A fancy little box ************/
660 vbox = gtk_vbox_new(FALSE, PIDGIN_HIG_BOX_SPACE); 660 vbox = gtk_vbox_new(FALSE, PIDGIN_HIG_BOX_SPACE);
661 gtk_paned_add2(GTK_PANED(pane), vbox); 661 gtk_paned_add2(GTK_PANED(pane), vbox);
662 662
663 /* Viewer ************/ 663 /* Viewer ************/
664 frame = pidgin_create_webview(FALSE, &lv->web_view, NULL, NULL); 664 frame = pidgin_create_webview(FALSE, &lv->web_view, NULL);
665 gtk_widget_set_name(lv->web_view, "pidgin_log_web_view"); 665 gtk_widget_set_name(lv->web_view, "pidgin_log_web_view");
666 gtk_widget_set_size_request(lv->web_view, 320, 200); 666 gtk_widget_set_size_request(lv->web_view, 320, 200);
667 gtk_box_pack_start(GTK_BOX(vbox), frame, TRUE, TRUE, 0); 667 gtk_box_pack_start(GTK_BOX(vbox), frame, TRUE, TRUE, 0);
668 gtk_widget_show(frame); 668 gtk_widget_show(frame);
669 669

mercurial