[libpeas] Do not make a direct reference to gedit extension points.



commit 707940c86434b81e39444dfbdef7bfd6e5f1a358
Author: Ignacio Casal Quinteiro <icq gnome org>
Date:   Sun Aug 21 13:13:18 2011 +0200

    Do not make a direct reference to gedit extension points.

 libpeas/peas-activatable.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/libpeas/peas-activatable.c b/libpeas/peas-activatable.c
index d0ce314..c514877 100644
--- a/libpeas/peas-activatable.c
+++ b/libpeas/peas-activatable.c
@@ -41,8 +41,8 @@
  * or unloaded.
  *
  * You can also use the code of this interface as a base for your own
- * extension types, as illustrated by gedit's #GeditWindowActivatable and
- * #GeditDocumentActivatable interfaces.
+ * extension types, as illustrated by gedit's %GeditWindowActivatable and
+ * %GeditDocumentActivatable interfaces.
  **/
 
 G_DEFINE_INTERFACE(PeasActivatable, peas_activatable, G_TYPE_OBJECT)



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