gimp r26544 - in trunk: . plug-ins/pygimp/plug-ins
- From: neo svn gnome org
- To: svn-commits-list gnome org
- Subject: gimp r26544 - in trunk: . plug-ins/pygimp/plug-ins
- Date: Thu, 14 Aug 2008 05:56:58 +0000 (UTC)
Author: neo
Date: Thu Aug 14 05:56:58 2008
New Revision: 26544
URL: http://svn.gnome.org/viewvc/gimp?rev=26544&view=rev
Log:
2008-08-14 Sven Neumann <sven gimp org>
* plug-ins/pygimp/plug-ins/python-console.py: renamed the dialog
class to ConsoleDialog to avoid confusion with
pyconsole.Console.
Modified:
trunk/ChangeLog
trunk/plug-ins/pygimp/plug-ins/python-console.py
Modified: trunk/plug-ins/pygimp/plug-ins/python-console.py
==============================================================================
--- trunk/plug-ins/pygimp/plug-ins/python-console.py (original)
+++ trunk/plug-ins/pygimp/plug-ins/python-console.py Thu Aug 14 05:56:58 2008
@@ -52,7 +52,7 @@
pyconsole.Console._commit(self)
gimp.displays_flush()
- class Console(gimpui.Dialog):
+ class ConsoleDialog(gimpui.Dialog):
def __init__(self):
gimpui.Dialog.__init__(self, title=_("Python Console"),
role=PROC_NAME, help_id=PROC_NAME,
@@ -210,7 +210,7 @@
self.show_all()
gtk.main()
- Console().run()
+ ConsoleDialog().run()
register(
PROC_NAME,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]