mirror of https://github.com/GNOME/gimp.git
Windows is dumb, special case out gimp invocation just like we did for
2006-10-21 Manish Singh <yosh@gimp.org> * plug-ins/pygimp/plug-ins/pyconsole.py: Windows is dumb, special case out gimp invocation just like we did for gtkcons.py
This commit is contained in:
parent
e634d4d718
commit
aa093e8879
|
@ -1,3 +1,8 @@
|
|||
2006-10-21 Manish Singh <yosh@gimp.org>
|
||||
|
||||
* plug-ins/pygimp/plug-ins/pyconsole.py: Windows is dumb, special
|
||||
case out gimp invocation just like we did for gtkcons.py
|
||||
|
||||
2006-10-21 Michael Natterer <mitch@gimp.org>
|
||||
|
||||
Added "Edit -> Fade" which allows to modify the paint mode and
|
||||
|
|
|
@ -654,4 +654,5 @@ def _make_window():
|
|||
return console
|
||||
|
||||
if __name__ == '__main__':
|
||||
_make_window()
|
||||
if len(sys.argv) < 2 or sys.argv[1] != '-gimp':
|
||||
_make_window()
|
||||
|
|
Loading…
Reference in New Issue