URL:
  <http://gna.org/bugs/?15495>

                 Summary: Mypaint fails to start 
                 Project: MyPaint
            Submitted by: doodle
            Submitted on: Saturday 02/27/2010 at 07:45
                Severity: 4 - Important
                Priority: 5 - Normal
                  Status: None
                 Privacy: Public
             Assigned to: None
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 0.8.1
         Planned Release: None
        Operating System: Linux Debian

    _______________________________________________________

Details:


 File "/home/brokenjames/Desktop/mypaint-0.8.1/gui/filehandling.py", line 50,
in __init__
    ra = gtk.RecentAction('OpenRecent', _('Open Recent'), _('Open Recent
files'), None)
TypeError: GtkRecentAction.__init__() argument 4 must be string, not None

--------------------------------------------------------------
This has an easy fix   open the file in error and go to line 50 palce ' 
around the word    'None' 

so instead of .........

ra = gtk.RecentAction('OpenRecent', _('Open Recent'), _('Open Recent files'),
None)

it should read


ra = gtk.RecentAction('OpenRecent', _('Open Recent'), _('Open Recent files'),
'None')
---------------------------------------------------------------

I have no idea if thats what should be done but it worked for me.
I tryed searching for this error and just got some open posts never found the
answer so again at least some one will find this.




    _______________________________________________________

Reply to this item at:

  <http://gna.org/bugs/?15495>

_______________________________________________
  Message sent via/by Gna!
  http://gna.org/


_______________________________________________
Mypaint-bugs mailing list
[email protected]
https://mail.gna.org/listinfo/mypaint-bugs

Reply via email to