1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-07 13:11:28 +00:00

Update calls to gtk.TextBuffer.get_text to include all args. Fixes #2739. Closes #2740.

This commit is contained in:
dmiller
2024-01-29 18:31:37 +00:00
parent 034ea73ce3
commit d4ee92478e
6 changed files with 14 additions and 6 deletions

View File

@@ -315,7 +315,8 @@ class ProfileEditor(HIGWindow):
buf = self.profile_description_text.get_buffer()
description = buf.get_text(
buf.get_start_iter(), buf.get_end_iter(), include_hidden_chars=True)
buf.get_start_iter(), buf.get_end_iter(),
include_hidden_chars=True)
try:
self.profile.add_profile(