comparison pidgin/gtkconv.c @ 31817:f56b66606fd2

warnings -= 3;
author John Bailey <rekkanoryo@rekkanoryo.org>
date Sat, 08 Jan 2011 03:49:38 +0000
parents 917c597beb97
children d72d728226dc
comparison
equal deleted inserted replaced
31816:917c597beb97 31817:f56b66606fd2
4891 GtkCellRenderer *rend; 4891 GtkCellRenderer *rend;
4892 GtkTreePath *path; 4892 GtkTreePath *path;
4893 PurpleConversation *conv = gtkconv->active_conv; 4893 PurpleConversation *conv = gtkconv->active_conv;
4894 PurpleBuddy *buddy; 4894 PurpleBuddy *buddy;
4895 gboolean chat = (conv->type == PURPLE_CONV_TYPE_CHAT); 4895 gboolean chat = (conv->type == PURPLE_CONV_TYPE_CHAT);
4896 GtkPolicyType imhtml_sw_hscroll;
4897 int buddyicon_size = 0; 4896 int buddyicon_size = 0;
4898 4897
4899 /* Setup the top part of the pane */ 4898 /* Setup the top part of the pane */
4900 vbox = gtk_vbox_new(FALSE, PIDGIN_HIG_BOX_SPACE); 4899 vbox = gtk_vbox_new(FALSE, PIDGIN_HIG_BOX_SPACE);
4901 gtk_widget_show(vbox); 4900 gtk_widget_show(vbox);