pidgin/gtkconv.c

branch
vv
changeset 22072
4ad1e1e6d94e
parent 22069
841d24b3a2bc
child 22398
1a6f172dfbd4
equal deleted inserted replaced
22071:4c47e360e467 22072:4ad1e1e6d94e
4599 gboolean chat = (conv->type == PURPLE_CONV_TYPE_CHAT); 4599 gboolean chat = (conv->type == PURPLE_CONV_TYPE_CHAT);
4600 GtkPolicyType imhtml_sw_hscroll; 4600 GtkPolicyType imhtml_sw_hscroll;
4601 4601
4602 /* Setup the top part of the pane */ 4602 /* Setup the top part of the pane */
4603 gtkconv->topvbox = vbox = gtk_vbox_new(FALSE, PIDGIN_HIG_BOX_SPACE); 4603 gtkconv->topvbox = vbox = gtk_vbox_new(FALSE, PIDGIN_HIG_BOX_SPACE);
4604 gtk_paned_pack1(GTK_PANED(paned), vbox, TRUE, TRUE);
4605 gtk_widget_show(vbox); 4604 gtk_widget_show(vbox);
4606 4605
4607 /* Setup the info pane */ 4606 /* Setup the info pane */
4608 event_box = gtk_event_box_new(); 4607 event_box = gtk_event_box_new();
4609 #if GTK_CHECK_VERSION(2,4,0) 4608 #if GTK_CHECK_VERSION(2,4,0)

mercurial