Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
mat2
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
jvoisin
mat2
Commits
17919c73
Verified
Commit
17919c73
authored
4 years ago
by
rhamnousia
Committed by
georg
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
typo fixes in nautilus/mat2.py
parent
60d820b0
No related branches found
Branches containing commit
Tags
0.5.0
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
nautilus/mat2.py
+2
-2
2 additions, 2 deletions
nautilus/mat2.py
with
2 additions
and
2 deletions
nautilus/mat2.py
+
2
−
2
View file @
17919c73
...
...
@@ -2,7 +2,7 @@
"""
Because writing GUI is non-trivial (cf. https://0xacab.org/jvoisin/mat2/issues/3),
we decided to write a Nautilus extension
s
instead
we decided to write a Nautilus extension instead
(cf. https://0xacab.org/jvoisin/mat2/issues/2).
The code is a little bit convoluted because Gtk isn
'
t thread-safe,
...
...
@@ -36,7 +36,7 @@ def _remove_metadata(fpath) -> Tuple[bool, Optional[str]]:
return
parser
.
remove_all
(),
mtype
class
Mat2Extension
(
GObject
.
GObject
,
Nautilus
.
MenuProvider
,
Nautilus
.
LocationWidgetProvider
):
"""
This class adds an item to the right-clic menu in Nautilus.
"""
"""
This class adds an item to the right-clic
k
menu in Nautilus.
"""
def
__init__
(
self
):
super
().
__init__
()
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment