pidgin/gtkconv.c

changeset 35528
e04ba70092e9
parent 35527
707c3c2b2c8a
child 35533
8ca83abbc248
child 37109
94d1a2589d5a
equal deleted inserted replaced
35527:707c3c2b2c8a 35528:e04ba70092e9
5670 5670
5671 /* Add the topic */ 5671 /* Add the topic */
5672 setup_chat_topic(gtkconv, vbox); 5672 setup_chat_topic(gtkconv, vbox);
5673 5673
5674 /* Add the gtkwebview frame */ 5674 /* Add the gtkwebview frame */
5675 hpaned = gtk_hpaned_new(); 5675 hpaned = gtk_paned_new(GTK_ORIENTATION_HORIZONTAL);
5676 gtk_box_pack_start(GTK_BOX(vbox), hpaned, TRUE, TRUE, 0); 5676 gtk_box_pack_start(GTK_BOX(vbox), hpaned, TRUE, TRUE, 0);
5677 gtk_widget_show(hpaned); 5677 gtk_widget_show(hpaned);
5678 gtk_paned_pack1(GTK_PANED(hpaned), frame, TRUE, TRUE); 5678 gtk_paned_pack1(GTK_PANED(hpaned), frame, TRUE, TRUE);
5679 5679
5680 /* Now add the userlist */ 5680 /* Now add the userlist */

mercurial