Advertisement
Guest User

Untitled

a guest
Apr 19th, 2021
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.54 KB | None | 0 0
  1. diff --git a/meld/meldapp.py b/meld/meldapp.py
  2. index 128c1ec2..515e0c8f 100644
  3. --- a/meld/meldapp.py
  4. +++ b/meld/meldapp.py
  5. @@ -241,7 +241,7 @@ class MeldApp(Gtk.Application):
  6. parser = GLibFriendlyOptionParser(
  7. command_line=command_line,
  8. usage=usage,
  9. - description=_("Meld is a file and directory comparison tool."),
  10. + description=_("Meld is a file and directory comparison tool.Testne"),
  11. version="%prog " + meld.conf.__version__)
  12. parser.add_option(
  13. "-L", "--label", action="append", default=[],
  14. @@ -269,7 +269,7 @@ class MeldApp(Gtk.Application):
  15. parser.add_option(
  16. "", "--diff", action="callback", callback=self.diff_files_callback,
  17. dest="diff", default=[],
  18. - help=_("Create a diff tab for the supplied files or folders"))
  19. + help=_("Create a diff tab for the supplied files or foldersTestthisis"))
  20.  
  21. def cleanup():
  22. if not command_line.get_is_remote():
  23. diff --git a/meld/newdifftab.py b/meld/newdifftab.py
  24. index 7b4e17ef..6ed2a5cd 100644
  25. --- a/meld/newdifftab.py
  26. +++ b/meld/newdifftab.py
  27. @@ -99,6 +99,7 @@ class NewDiffTab(Gtk.Alignment, LabeledObjectMixin):
  28. if b is not button:
  29. b.set_active(False)
  30.  
  31. + print("Testingsdoaijdaoiasdasdadjds")
  32. self.diff_type = DiffType(self.button_types.index(button))
  33. self.choosers_notebook.set_current_page(self.diff_type + 1)
  34. # FIXME: Add support for new blank for VcView
  35.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement