[gtksourceviewmm] Get rid of nonexistent property wrapper in SourceCompletionContext.



commit 7234cdc1a7cf81dbf69f63aef4e4578899111b48
Author: Krzesimir Nowak <qdlacz gmail com>
Date:   Thu Feb 25 01:02:16 2010 +0100

    Get rid of nonexistent property wrapper in SourceCompletionContext.
    
    * gtksourceview/src/sourcecompletioncontext.hg: The "view" property
    was removed somewhere during development, so its wrapping was
    removed too.

 gtksourceview/src/sourcecompletioncontext.hg |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/gtksourceview/src/sourcecompletioncontext.hg b/gtksourceview/src/sourcecompletioncontext.hg
index 36914f1..925f81b 100644
--- a/gtksourceview/src/sourcecompletioncontext.hg
+++ b/gtksourceview/src/sourcecompletioncontext.hg
@@ -87,7 +87,6 @@ public:
   _WRAP_PROPERTY("activation", SourceCompletionActivation)
   _WRAP_PROPERTY("completion", SourceCompletion*)
   _WRAP_PROPERTY("iter", SourceIter)
-  _WRAP_PROPERTY("view", SourceView*)
 
   /** Emitted when the current population of proposals has been cancelled.
    *



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