epiphany r8766 - branches/gnome-2-26/plugins/desktop-file



Author: chpe
Date: Sat Feb  7 18:56:43 2009
New Revision: 8766
URL: http://svn.gnome.org/viewvc/epiphany?rev=8766&view=rev

Log:
More 1.9.1 build fixes.

Modified:
   branches/gnome-2-26/plugins/desktop-file/plugin.cpp

Modified: branches/gnome-2-26/plugins/desktop-file/plugin.cpp
==============================================================================
--- branches/gnome-2-26/plugins/desktop-file/plugin.cpp	(original)
+++ branches/gnome-2-26/plugins/desktop-file/plugin.cpp	Sat Feb  7 18:56:43 2009
@@ -34,7 +34,13 @@
 
 #include "ephy-stock-icons.h"
 
+#ifdef HAVE_GECKO_1_9_1
+#include <npfunctions.h>
+#include <npapi.h>
+#else
 #include <npupp.h>
+#endif
+
 #include <nsCOMPtr.h>
 #include <nsIDOMWindow.h>
 #include "../../embed/mozilla/EphyUtils.h"



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]