What steps will reproduce the problem?
1. Download the file advanced_find-2.2.6.tar.gz
2. Installed the plugin.
3. Open the plugin on Gedit. (it will crash)
What is the expected output? What do you see instead?
Open the plugin correclty.
What version of the product are you using? On what operating system?
2.2.6: advanced_find
2.28.4-3: gedit
2.24.23-6: gtk2
2.16.0-3: pygtk2
6.5: RHEL
Please provide any additional information below.
The error output is:
Traceback (most recent call last):
File "/home/michaelf/.gnome2/gedit/plugins/advancedfind/advancedfind.py", line 211, in advanced_find_active
self.find_ui = AdvancedFindUI(self._plugin)
File "/home/michaelf/.gnome2/gedit/plugins/advancedfind/advancedfind_ui.py", line 155, in __init__
self.pathComboboxentry.child.set_text(self.selectPathFilechooserdialog.get_filename())
TypeError: Gtk.Entry.set_text() argument 1 must be string, not None
---------------------------------------
I attached a patch to fix this issue.
Original issue reported on code.google.com by jcfaracco on 4 Feb 2015 at 4:57
Original issue reported on code.google.com by
jcfaracco
on 4 Feb 2015 at 4:57Attachments: