diff -r 45f079428ed4 -r ed2518145911 pidgin/gtkconv.h --- a/pidgin/gtkconv.h Wed Sep 25 19:20:03 2013 +0530 +++ b/pidgin/gtkconv.h Wed Sep 25 19:29:15 2013 +0530 @@ -136,18 +136,14 @@ /* Used when attaching a PidginConversation to a PurpleConversation * with message history */ - struct { - int timer; - GList *current; - } attach; + int attach_timer; + GList *attach_current; /** * Quick Find. */ - struct { - GtkWidget *entry; - GtkWidget *container; - } quickfind; + GtkWidget *quickfind_entry; + GtkWidget *quickfind_container; }; /*@}*/