~cjcurran/indicator-sound/banshee-offline-speciality

« back to all changes in this revision

Viewing changes to src/transport-widget.c

  • Committer: Conor Curran
  • Date: 2011-03-21 13:04:13 UTC
  • Revision ID: conor.curran@canonical.com-20110321130413-z1d184jyf9fyth2d
some extra trace around sliders to track the volume zero app start madness

Show diffs side-by-side

added added

removed removed

Lines of Context:
1742
1742
  }
1743
1743
  else if(priv->current_state == TRANSPORT_STATE_LAUNCHING)
1744
1744
  {
 
1745
/*
1745
1746
    g_debug ("launching in draw");
 
1747
*/
1746
1748
    _setup (&cr_surf, &surf, PLAY_WIDTH+6, PLAY_HEIGHT+6);
1747
1749
    _mask_play (cr_surf,
1748
1750
                PLAY_PADDING,
1815
1817
{
1816
1818
  TransportWidget* bar = (TransportWidget*)userdata;
1817
1819
  g_return_val_if_fail(IS_TRANSPORT_WIDGET(bar), FALSE);
 
1820
/*
1818
1821
  g_debug ("fade in /out timeout");
 
1822
*/
1819
1823
  TransportWidgetPrivate* priv = TRANSPORT_WIDGET_GET_PRIVATE(bar);
1820
1824
  if (priv->launching_transparency == 1.0f){
1821
1825
    priv->fade_out = TRUE;