~ps-jenkins/bamf/latestsnapshot-0.4.0daily13.05.3113.04-0ubuntu1

« back to all changes in this revision

Viewing changes to src/bamf-application.c

  • Committer: Tarmac
  • Author(s): Marco Trevisan (Treviño)
  • Date: 2013-02-06 01:20:53 UTC
  • mfrom: (507.1.41 bamf)
  • Revision ID: tarmac-20130206012053-kkllr2nqlbwcdiz1
BamfView: use an idle to emit the active-changed signal to avoid to send the same event to a view. Fixes: https://bugs.launchpad.net/bugs/1115827.

Approved by Brandon Schaefer.

Show diffs side-by-side

added added

removed removed

Lines of Context:
708
708
                               bamf_view_get_path (child));
709
709
    }
710
710
 
711
 
  g_signal_handlers_disconnect_by_func (G_OBJECT (child), view_active_changed, view);
712
 
  g_signal_handlers_disconnect_by_func (G_OBJECT (child), view_urgent_changed, view);
713
 
  g_signal_handlers_disconnect_by_func (G_OBJECT (child), view_visible_changed, view);
 
711
  g_signal_handlers_disconnect_by_data (G_OBJECT (child), view);
714
712
 
715
713
  bamf_application_ensure_flags (self);
716
714