[banshee] [PodcastFeedPropertiesDialog] Do not destroy the dialog too early



commit f8ecabf1e78b082d9013c8e2af2eef04f6e8529c
Author: Bertrand Lorentz <bertrand lorentz gmail com>
Date:   Mon May 17 23:30:13 2010 +0200

    [PodcastFeedPropertiesDialog] Do not destroy the dialog too early
    
    Remove the first Destroy () call in OnResponse, it's called later
    anyway. Fixes bgo#618686.

 .../Dialog/PodcastFeedPropertiesDialog.cs          |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/src/Extensions/Banshee.Podcasting/Banshee.Podcasting.Gui/PodcastManager/Dialog/PodcastFeedPropertiesDialog.cs b/src/Extensions/Banshee.Podcasting/Banshee.Podcasting.Gui/PodcastManager/Dialog/PodcastFeedPropertiesDialog.cs
index c01e837..f0cc048 100644
--- a/src/Extensions/Banshee.Podcasting/Banshee.Podcasting.Gui/PodcastManager/Dialog/PodcastFeedPropertiesDialog.cs
+++ b/src/Extensions/Banshee.Podcasting/Banshee.Podcasting.Gui/PodcastManager/Dialog/PodcastFeedPropertiesDialog.cs
@@ -213,8 +213,6 @@ namespace Banshee.Podcasting.Gui
 
         private void OnResponse (object sender, ResponseArgs args)
         {
-            Destroy ();
-
             if (args.ResponseId == Gtk.ResponseType.Ok) {
                 FeedAutoDownload new_sync_pref = new_episode_option_combo.ActiveSyncPreference;
 



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