gcmd-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gcmd-dev] Workaround for crash in search dialog


From: Martin Mocko
Subject: [gcmd-dev] Workaround for crash in search dialog
Date: Thu, 27 Dec 2012 13:34:41 +0100

Search dialog crashes, if you
1. enable and focus the "Content text" editbox, type something in
2. hit enter to start search (this disables the 'Find' button, which
is the default dialog response)
3. hit enter again, while search is in progress (trigger default
dialog response)

Same crash happens when you just comment the
gtk_dialog_set_default_response() call in GnomeCmdSearchDialog
constructor, and hit enter to trigger default dialog response.

I don't know what causes this crash. GTK problem maybe?

Attached patch workarounds this crash, by changing the default
response to 'Stop' while search is in progress. This seems reasonable
thing to do anyway (IIRC it works this way in Total Commander too).

Attachment: gcmd-search-crash-workaround.patch
Description: Binary data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]