~azzar1/unity/scale-left-padding

« back to all changes in this revision

Viewing changes to plugins/unityshell/src/SwitcherView.cpp

  • Committer: Andrea Azzarone
  • Date: 2011-12-19 22:18:53 UTC
  • mfrom: (1792 unity)
  • mto: This revision was merged to the branch mainline in revision 1833.
  • Revision ID: azzaronea@gmail.com-20111219221853-wyy8fqwxk78s85ct
Merge trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
96
96
    g_source_remove(redraw_handle_);
97
97
}
98
98
 
99
 
const gchar* SwitcherView::GetName()
 
99
std::string SwitcherView::GetName() const
100
100
{
101
101
  return "SwitcherView";
102
102
}