~ubuntu-branches/ubuntu/wily/unity/wily

« back to all changes in this revision

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

  • Committer: Alex Launi
  • Date: 2011-11-08 18:21:44 UTC
  • mto: (55.1269.4 add-autopilot)
  • mto: This revision was merged to the branch mainline in revision 615.
  • Revision ID: alex.launi@canonical.com-20111108182144-s92diskezfihk2g4
Convert debugging code from gchar* to std::string

Show diffs side-by-side

added added

removed removed

Lines of Context:
118
118
  return temp;
119
119
}
120
120
 
121
 
const gchar*
122
 
PanelTitlebarGrabArea::GetName()
 
121
std::string
 
122
PanelTitlebarGrabArea::GetName() const
123
123
{
124
124
  return "panel-titlebar-grab-area";
125
125
}