After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 339705 - Non-fatal error when entering an empty string
Non-fatal error when entering an empty string
Status: RESOLVED FIXED
Product: deskbar-applet
Classification: Deprecated
Component: general
2.14.x
Other All
: Normal normal
: ---
Assigned To: Deskbar Applet Maintainer(s)
Deskbar Applet Maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2006-04-25 13:25 UTC by Lionel Dricot
Modified: 2006-05-05 16:18 UTC
See Also:
GNOME target: ---
GNOME version: 2.13/2.14



Description Lionel Dricot 2006-04-25 13:25:44 UTC
Please describe the problem:
Seen on https://launchpad.net/distros/ubuntu/+source/deskbar-applet/+bug/41293


If I leave the input field empty and press enter it pops up the "Bug detected"
window with the following backtrace inside:

-------------------------------------------------------------------------------------------------------------------
Traceback (most recent call last):
  • File "/usr/lib/python2.4/site-packages/deskbar/ui/entriac/CuemiacEntryUI.py", line 360 in on_entry_activate
    iter = self.model.get_iter (self.cview.last_visible_path())
TypeError: GtkTreeModel.get_iter requires a tree path as its argument
-------------------------------------------------------------------------------------------------------------------

deskbar-applet version: 2.14.1.1-0ubuntu2

Steps to reproduce:
1. 
2. 
3. 


Actual results:


Expected results:


Does this happen every time?


Other information:
Comment 1 Raphael Slinckx 2006-04-29 08:56:49 UTC
I cannot reproduce here and don't see how the code could produce that error.