[gtksourceview] No need to set the gtype anymore.
- From: Ignacio Casal Quinteiro <icq src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtksourceview] No need to set the gtype anymore.
- Date: Sun, 20 Jun 2010 22:39:07 +0000 (UTC)
commit 52ce32538038c4520148d133f242976f53848401
Author: Ignacio Casal Quinteiro <icq gnome org>
Date: Mon Jun 21 00:38:53 2010 +0200
No need to set the gtype anymore.
tests/test-widget.py | 7 +++----
1 files changed, 3 insertions(+), 4 deletions(-)
---
diff --git a/tests/test-widget.py b/tests/test-widget.py
index 080a0c7..fffa824 100644
--- a/tests/test-widget.py
+++ b/tests/test-widget.py
@@ -71,14 +71,13 @@ class AboutDialog(Gtk.AboutDialog):
def __init__(self, parent):
Gtk.AboutDialog.__init__(self)
self.set_name('GtkSourceView Test')
- self.set_copyright('Copyright (c) 2010 Ignacio Casal Quintero')
+ self.set_copyright('Copyright (c) 2010 Ignacio Casal Quinteiro')
self.set_website_label('http://projects.gnome.org/gtksourceview/')
- self.set_authors(['Ignacio Casal Quintero', 'Paolo Borelli'])
+ self.set_authors(['Ignacio Casal Quinteiro', 'Paolo Borelli'])
self.set_transient_for(parent)
- self.connect ("response", lambda d, r: d.destroy())
+ self.connect("response", lambda d, r: d.destroy())
class Window(Gtk.Window):
- __gtype_name__ = 'TestWindow'
def __init__(self):
Gtk.Window.__init__(self)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]