comparison main.c @ 362:c6392a86839b

compilation fix for gcc 4.6. patch by dai <d+pidgin@vdr.jp>
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Thu, 12 May 2011 23:53:50 +0900
parents 7f86a9f04c26
children 85e109dee063
comparison
equal deleted inserted replaced
361:93cab0334b87 362:c6392a86839b
709 static void 709 static void
710 attach_to_conv(PurpleConversation *conv, gpointer null) 710 attach_to_conv(PurpleConversation *conv, gpointer null)
711 { 711 {
712 PidginConversation *gtkconv = PIDGIN_CONVERSATION(conv); 712 PidginConversation *gtkconv = PIDGIN_CONVERSATION(conv);
713 GtkWidget *box, *sep, *counter, *menus; 713 GtkWidget *box, *sep, *counter, *menus;
714 GtkIMHtml *imhtml;
715 714
716 box = gtkconv->toolbar; 715 box = gtkconv->toolbar;
717 imhtml = GTK_IMHTML(gtkconv->imhtml);
718 716
719 /* Disable widgets that decorate or add link to composing text 717 /* Disable widgets that decorate or add link to composing text
720 * because Twitter cannot receive marked up string. For lean-view 718 * because Twitter cannot receive marked up string. For lean-view
721 * and wide-view, see pidgin/gtkimhtmltoolbar.c. 719 * and wide-view, see pidgin/gtkimhtmltoolbar.c.
722 */ 720 */