[rhythmbox: 1/2] podcast: set have_selection flag to false during every subscribe action




commit 64c9da19d380eaa0289ebc5cc0f7c8d748b15bf3
Author: crvi <crvisqr gmail com>
Date:   Mon Jun 13 22:47:46 2022 +0530

    podcast: set have_selection flag to false during every subscribe action
    
    Fixes: #1983

 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 9d5ff841f..9dd27c931 100644
--- a/podcast/rb-podcast-add-dialog.c
+++ b/podcast/rb-podcast-add-dialog.c
@@ -547,6 +547,7 @@ subscribe_clicked_cb (GtkButton *button, RBPodcastAddDialog *dialog)
        dialog->priv->clearing = FALSE;
 
        gtk_tree_selection_unselect_all (gtk_tree_view_get_selection (GTK_TREE_VIEW 
(dialog->priv->feed_view)));
+       dialog->priv->have_selection = FALSE;
        gtk_widget_set_sensitive (dialog->priv->subscribe_button, FALSE);
 }
 


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