[rhythmbox] podcast: hide info bar on podcast add dialog reset
- From: Jonathan Matthew <jmatthew src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [rhythmbox] podcast: hide info bar on podcast add dialog reset
- Date: Tue, 1 Jun 2021 11:59:14 +0000 (UTC)
commit da9e42d6abbe705e951f3f95046cc3a7004cc02d
Author: crvi <crvisqr gmail com>
Date: Mon Mar 8 01:22:11 2021 +0530
podcast: hide info bar on podcast add dialog reset
podcast/rb-podcast-add-dialog.c | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/podcast/rb-podcast-add-dialog.c b/podcast/rb-podcast-add-dialog.c
index 5bad4ae1b..fa7380d2a 100644
--- a/podcast/rb-podcast-add-dialog.c
+++ b/podcast/rb-podcast-add-dialog.c
@@ -982,6 +982,7 @@ rb_podcast_add_dialog_reset (RBPodcastAddDialog *dialog, const char *text, gbool
rhythmdb_entry_delete_by_type (dialog->priv->db, RHYTHMDB_ENTRY_TYPE_PODCAST_SEARCH);
rhythmdb_commit (dialog->priv->db);
+ gtk_widget_hide (dialog->priv->info_bar);
rb_search_entry_set_text (dialog->priv->search_entry, text);
if (load) {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]