[easytag] Do not stop searching when closing the CDDB dialog
- From: David King <davidk src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [easytag] Do not stop searching when closing the CDDB dialog
- Date: Wed, 1 Jul 2015 08:26:54 +0000 (UTC)
commit 4f2daf8860378b2903d078d054adc452d516835c
Author: David King <amigadave amigadave com>
Date: Wed Jul 1 09:20:04 2015 +0100
Do not stop searching when closing the CDDB dialog
When the close response is emitted on the CDDB dialog, a boolean flag is
set to stop searching. However, if a search is not running, the next
search is stopped, as is every subsequent search.
Change the close response handling to leave the flag unchanged.
https://bugzilla.redhat.com/show_bug.cgi?id=1238042
src/cddb_dialog.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/src/cddb_dialog.c b/src/cddb_dialog.c
index c9f9660..1dae0b5 100644
--- a/src/cddb_dialog.c
+++ b/src/cddb_dialog.c
@@ -2743,7 +2743,6 @@ et_cddb_dialog_on_response (EtCDDBDialog *self,
switch (response_id)
{
case GTK_RESPONSE_CLOSE:
- priv->stop_searching = TRUE;
gtk_widget_hide (GTK_WIDGET (self));
break;
case GTK_RESPONSE_DELETE_EVENT:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]