diff pidgin/pidgin.h @ 16052:605da11e8535

uvwarning noticed that this include was wrong
author Daniel Atallah <daniel.atallah@gmail.com>
date Wed, 11 Apr 2007 14:03:28 +0000
parents 66dff3dfdea6
children 5106ccf9f9f1
line wrap: on
line diff
--- 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 */