[libpeas] More PeasUI to PeasGtk fixes



commit 8e8dc4dbac62959db3c75c882e0221854697fbfa
Author: Garrett Regier <alias301 gmail com>
Date:   Sun Jan 16 15:36:32 2011 -0800

    More PeasUI to PeasGtk fixes

 README                           |    2 +-
 docs/reference/Makefile.am       |    4 ++--
 docs/reference/libpeas-docs.sgml |    2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/README b/README
index d3d1072..3c64cd7 100644
--- a/README
+++ b/README
@@ -93,7 +93,7 @@ plugins written in C, Python and Javascript.
 
 The global idea is this one: you create a new PeasEngine instance and give it
 the information needed for it to find your plugins. Then you load some plugins
-(you can use the PeasUIPluginManager for that purpose) and perform actions
+(you can use the PeasGtkPluginManager for that purpose) and perform actions
 through some PeasExtensions objects you can get from the engine.
 
 
diff --git a/docs/reference/Makefile.am b/docs/reference/Makefile.am
index 6164298..477d87c 100644
--- a/docs/reference/Makefile.am
+++ b/docs/reference/Makefile.am
@@ -88,13 +88,13 @@ GTKDOC_CFLAGS = \
 	-I$(top_srcdir)			\
 	-I$(top_builddir)		\
 	$(PEAS_CFLAGS)			\
-	$(PEASUI_CFLAGS)
+	$(PEAS_GTK_CFLAGS)
 
 GTKDOC_LIBS = \
 	$(top_builddir)/libpeas/libpeas-1.0.la		\
 	$(top_builddir)/libpeas-gtk/libpeas-gtk-1.0.la	\
 	$(PEAS_LIBS)					\
-	$(PEASUI_LIBS)
+	$(PEAS_GTK_LIBS)
 
 # This includes the standard gtk-doc make rules, copied by gtkdocize.
 include $(top_srcdir)/gtk-doc.make
diff --git a/docs/reference/libpeas-docs.sgml b/docs/reference/libpeas-docs.sgml
index 66809d3..cd44728 100644
--- a/docs/reference/libpeas-docs.sgml
+++ b/docs/reference/libpeas-docs.sgml
@@ -9,7 +9,7 @@
   <bookinfo>
     <title>Peas Reference Manual</title>
     <releaseinfo>
-      for libpeas &version; and libpeasui &version;
+      for libpeas &version; and libpeas-gtk &version;
     </releaseinfo>
   </bookinfo>
 



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