# HG changeset patch # User Daniel Atallah # Date 1176300208 0 # Node ID 605da11e8535cf39c6142203ebee5f042dc91442 # Parent 153c696be069e3901ade08de48d5c18826f86082 uvwarning noticed that this include was wrong diff -r 153c696be069 -r 605da11e8535 pidgin/pidgin.h --- a/pidgin/pidgin.h Tue Apr 10 22:23:13 2007 +0000 +++ b/pidgin/pidgin.h Wed Apr 11 14:03:28 2007 +0000 @@ -68,7 +68,7 @@ #if !GTK_CHECK_VERSION(2,6,0) # include "gtkcellview.h" # include "gtkcellviewmenuitem.h" -# include "purplecombobox.h" +# include "pidgincombobox.h" # if !GTK_CHECK_VERSION(2,4,0) # include "gtkcelllayout.h" # endif /* Less than GTK+ 2.4 */