[pygtksourceview] Fix in-module definition in .defs
- From: Gian Mario Tagliaretti <gianmt src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [pygtksourceview] Fix in-module definition in .defs
- Date: Sun, 16 Aug 2009 11:30:02 +0000 (UTC)
commit d0cbdd9a75c8ff87162ca7239a6b02ec30a0c765
Author: Gian Mario Tagliaretti <gianmt gnome org>
Date: Sun Aug 16 13:29:27 2009 +0200
Fix in-module definition in .defs
gtksourceview2.defs | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/gtksourceview2.defs b/gtksourceview2.defs
index e916809..87c92c1 100644
--- a/gtksourceview2.defs
+++ b/gtksourceview2.defs
@@ -8,7 +8,7 @@
)
(define-object Gutter
- (in-module "Gtk")
+ (in-module "GtkSourceView")
(parent "GObject")
(c-name "GtkSourceGutter")
(gtype-id "GTK_TYPE_SOURCE_GUTTER")
@@ -29,14 +29,14 @@
)
(define-object Mark
- (in-module "Gtk")
+ (in-module "GtkSourceView")
(parent "GtkTextMark")
(c-name "GtkSourceMark")
(gtype-id "GTK_TYPE_SOURCE_MARK")
)
(define-object PrintCompositor
- (in-module "Gtk")
+ (in-module "GtkSourceView")
(parent "GObject")
(c-name "GtkSourcePrintCompositor")
(gtype-id "GTK_TYPE_SOURCE_PRINT_COMPOSITOR")
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]