banshee r4899 - in trunk/banshee: . src/Core/Banshee.ThickClient/Banshee.MediaProfiles.Gui src/Extensions/Banshee.Podcasting/Banshee.Podcasting.Gui/PodcastManager/Dialog



Author: abock
Date: Sat Jan 10 06:07:13 2009
New Revision: 4899
URL: http://svn.gnome.org/viewvc/banshee?rev=4899&view=rev

Log:
2009-01-10  Aaron Bockover  <abock gnome org>

    * src/Extensions/Banshee.Podcasting/Banshee.Podcasting.Gui/PodcastManager/Dialog/PodcastSubscribeDialog.cs:
    * src/Core/Banshee.ThickClient/Banshee.MediaProfiles.Gui/ProfileConfigurationDialog.cs:
    Call PackStart (w, b, b, u) instead of the deprecated default (BGO #567154)



Modified:
   trunk/banshee/ChangeLog
   trunk/banshee/src/Core/Banshee.ThickClient/Banshee.MediaProfiles.Gui/ProfileConfigurationDialog.cs
   trunk/banshee/src/Extensions/Banshee.Podcasting/Banshee.Podcasting.Gui/PodcastManager/Dialog/PodcastSubscribeDialog.cs

Modified: trunk/banshee/src/Core/Banshee.ThickClient/Banshee.MediaProfiles.Gui/ProfileConfigurationDialog.cs
==============================================================================
--- trunk/banshee/src/Core/Banshee.ThickClient/Banshee.MediaProfiles.Gui/ProfileConfigurationDialog.cs	(original)
+++ trunk/banshee/src/Core/Banshee.ThickClient/Banshee.MediaProfiles.Gui/ProfileConfigurationDialog.cs	Sat Jan 10 06:07:13 2009
@@ -96,7 +96,7 @@
                         sexpr_results.Buffer.Text = profile.Pipeline.GetDefaultProcess();
                     }
                 };
-                ActionArea.PackStart(test_button);
+                ActionArea.PackStart(test_button, true, true, 0);
                 
                 sexpr_results = new TextView();
             }

Modified: trunk/banshee/src/Extensions/Banshee.Podcasting/Banshee.Podcasting.Gui/PodcastManager/Dialog/PodcastSubscribeDialog.cs
==============================================================================
--- trunk/banshee/src/Extensions/Banshee.Podcasting/Banshee.Podcasting.Gui/PodcastManager/Dialog/PodcastSubscribeDialog.cs	(original)
+++ trunk/banshee/src/Extensions/Banshee.Podcasting/Banshee.Podcasting.Gui/PodcastManager/Dialog/PodcastSubscribeDialog.cs	Sat Jan 10 06:07:13 2009
@@ -117,8 +117,8 @@
 
             syncCombo = new SyncPreferenceComboBox ();
 
-            expander_children.PackStart (sync_text);
-            expander_children.PackStart (syncCombo);
+            expander_children.PackStart (sync_text, true, true, 0);
+            expander_children.PackStart (syncCombo, true, true, 0);
 
             sync_vbox.Add (expander_children);
 



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