GNOME Bugzilla – Bug 527552
nautilus crashes when ther is no adress in the adress bar
Last modified: 2008-09-04 17:46:27 UTC
this bug has been filed here: https://bugs.edge.launchpad.net/ubuntu/+source/nautilus/+bug/213534 "When i just delete everything in the location bar and press Enter, Nautilus crashes and restart." "Thread 3 (Thread 0xb4f26b90 (LWP 21409)):
+ Trace 194947
Thread 1 (Thread 0xb6ba0720 (LWP 21403))
Confirmed!
Created attachment 109215 [details] [review] pretty simple fix We're not checking if the entry is empty in the Location Bar since the Great GIO Merge. This simply dupes the last location (which in turn makes the action of pressing return with the empty bar a no-op).
Created attachment 109219 [details] [review] another approach Another approach to fix this, check if the entered location is empty before sending the LOCATION_CHANGED signal, and if it is emit the CANCEL one.
*** Bug 532531 has been marked as a duplicate of this bug. ***
*** Bug 532712 has been marked as a duplicate of this bug. ***
*** Bug 533506 has been marked as a duplicate of this bug. ***
*** Bug 538531 has been marked as a duplicate of this bug. ***
This would be embarrassing not to fix before GNOME 2.22.3 goes out. Christian, can we commit Cosimo's patch?
*** Bug 543920 has been marked as a duplicate of this bug. ***
Sorry Cosimo, I just prepeared and committed a similar patch without noting that you already cooked one up. Anyway, fixed in trunk: http://svn.gnome.org/viewvc/nautilus?view=revision&revision=14382 I do not emit the cancel signal, because Epiphany doesn't seem to cancel either. Closing.
*** Bug 549209 has been marked as a duplicate of this bug. ***
*** Bug 550782 has been marked as a duplicate of this bug. ***