~unity-team/unity/trunk

« back to all changes in this revision

Viewing changes to src/unity-root-accessible.cpp

  • Committer: Rodrigo Moya
  • Date: 2011-02-14 16:40:11 UTC
  • mto: This revision was merged to the branch mainline in revision 858.
  • Revision ID: rodrigo.moya@canonical.com-20110214164011-oluad0pkrmgf2h2f
Revert unwanted change

Show diffs side-by-side

added added

removed removed

Lines of Context:
182
182
    unity_a11y_get_accessible (window);
183
183
 
184
184
  self->priv->window_list =
185
 
        g_slist_append (self->priv->window_list, window_accessible);
 
185
    g_slist_append (self->priv->window_list, window_accessible);
186
186
}