~ubuntu-branches/ubuntu/trusty/banshee/trusty

« back to all changes in this revision

Viewing changes to src/Extensions/Banshee.YouTube/Banshee.YouTube/YouTubePane.cs

  • Committer: Package Import Robot
  • Author(s): Chow Loong Jin
  • Date: 2014-02-09 23:06:03 UTC
  • mfrom: (1.2.26) (150.1.2 trusty-proposed)
  • Revision ID: package-import@ubuntu.com-20140209230603-7dhbveo058j96ea0
Tags: 2.9.0+really2.6.1-0ubuntu1
* [fbf05ca] Imported Upstream version 2.9.0+really2.6.1:
  Downgrade to 2.6.1 -- 2.9.x is unstable and 3.0 won't arrive in time for
  release
* [22de440] Revert packaging to 2.6.1-2ubuntu1
* [7357b73] Merge changes from 2.6.1-5
* [a7156c0] Filter out libgpod-cil-dev versions built against gtk#3
* [e7c634d] Update dversionmangle for extracting +really version out

Show diffs side-by-side

added added

removed removed

Lines of Context:
146
146
            ShowAll ();
147
147
        }
148
148
 
149
 
        protected override void OnStyleUpdated ()
 
149
        protected override void OnStyleSet (Style previous_style)
150
150
        {
151
 
            base.OnStyleUpdated ();
152
 
            results_tv.OverrideBackgroundColor (StateFlags.Normal, StyleContext.GetColor (StateFlags.Normal));
 
151
            base.OnStyleSet (previous_style);
 
152
            results_tv.ModifyBg (StateType.Normal, Style.Base (StateType.Normal));
153
153
        }
154
154
 
155
155
        private class RefreshVideosJob : SimpleAsyncJob