Here's what I got Code: ra = gtk.RecentAction('OpenRecent', _('Open Recent'), _('Open Recent files'), None) TypeError: GtkRecentAction.__init__() argument 4 must be string, not None
ra = gtk.RecentAction('OpenRecent', _('Open Recent'), _('Open Recent files'), None) TypeError: GtkRecentAction.__init__() argument 4 must be string, not None